Skip to content
Snippets Groups Projects
Commit 32b2e368 authored by Dharmik's avatar Dharmik Committed by Andreas Gohr
Browse files

Fix Typo in remote API (#1938)

* Updated remote.php

Updated remote.php for retrieving all the acl details.

* Updated remote.php

By mistake changed in addAcl instead of listAcls.
parent c0f9e7c3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class remote_plugin_acl extends DokuWiki_Remote_Plugin {
'listAcls' => array(
'args' => array(),
'return' => 'Array of ACLs {scope, user, permission}',
'name' => 'listAcl',
'name' => 'listAcls',
'doc' => 'Get the list of all ACLs',
),'addAcl' => array(
'args' => array('string','string','int'),
......
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