summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorGina Haeussge <osd@foosel.net>2008-08-23 16:05:14 +0200
committerGina Haeussge <osd@foosel.net>2008-08-23 16:05:14 +0200
commitb1cfa67e6346f1a1e7822e689d3855ba8c83066a (patch)
tree1f3069a8fda1fe728548edcc52a74e8ef9859e74 /lib/exe
parent69cd1e27fb44ad44b1d5222f3b7edafb95b59d65 (diff)
downloadrpg-b1cfa67e6346f1a1e7822e689d3855ba8c83066a.tar.gz
rpg-b1cfa67e6346f1a1e7822e689d3855ba8c83066a.tar.bz2
XMLRPC: Fixed parameter type of listAttachments
darcs-hash:20080823140514-2b4f5-32b2010ecf506250e10ed68704e0c31d99920585.gz
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/xmlrpc.php2
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(