Skip to content
Snippets Groups Projects
Commit b1cfa67e authored by Gina Haeussge's avatar Gina Haeussge
Browse files

XMLRPC: Fixed parameter type of listAttachments

darcs-hash:20080823140514-2b4f5-32b2010ecf506250e10ed68704e0c31d99920585.gz
parent 69cd1e27
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment