From 32b2e3681ba1b4a48d730c2e2acefd6b3459cbe1 Mon Sep 17 00:00:00 2001 From: Dharmik <dharmik8478@gmail.com> Date: Tue, 18 Apr 2017 18:53:24 +0530 Subject: [PATCH] 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. --- lib/plugins/acl/remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/acl/remote.php b/lib/plugins/acl/remote.php index 3771d475d..27c5c162a 100644 --- a/lib/plugins/acl/remote.php +++ b/lib/plugins/acl/remote.php @@ -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'), -- GitLab