diff options
author | Gina Haeussge <osd@foosel.net> | 2008-08-23 16:05:14 +0200 |
---|---|---|
committer | Gina Haeussge <osd@foosel.net> | 2008-08-23 16:05:14 +0200 |
commit | b1cfa67e6346f1a1e7822e689d3855ba8c83066a (patch) | |
tree | 1f3069a8fda1fe728548edcc52a74e8ef9859e74 /lib/exe/xmlrpc.php | |
parent | 69cd1e27fb44ad44b1d5222f3b7edafb95b59d65 (diff) | |
download | rpg-b1cfa67e6346f1a1e7822e689d3855ba8c83066a.tar.gz rpg-b1cfa67e6346f1a1e7822e689d3855ba8c83066a.tar.bz2 |
XMLRPC: Fixed parameter type of listAttachments
darcs-hash:20080823140514-2b4f5-32b2010ecf506250e10ed68704e0c31d99920585.gz
Diffstat (limited to 'lib/exe/xmlrpc.php')
-rw-r--r-- | lib/exe/xmlrpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( |