From b1cfa67e6346f1a1e7822e689d3855ba8c83066a Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Sat, 23 Aug 2008 16:05:14 +0200 Subject: XMLRPC: Fixed parameter type of listAttachments darcs-hash:20080823140514-2b4f5-32b2010ecf506250e10ed68704e0c31d99920585.gz --- lib/exe/xmlrpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/exe/xmlrpc.php b/lib/exe/xmlrpc.php index 12b9fb68d..565da39c5 100644 --- a/lib/exe/xmlrpc.php +++ b/lib/exe/xmlrpc.php @@ -79,7 +79,7 @@ class dokuwiki_xmlrpc_server extends IXR_IntrospectionServer { $this->addCallback( 'wiki.getAttachments', 'this:listAttachments', - array('struct'), + array('string', 'struct'), 'Returns a list of all media files.' ); $this->addCallback( -- cgit v1.2.3