Skip to content

Commit

Permalink
Fix Typo in remote API (#1938)
Browse files Browse the repository at this point in the history
* Updated remote.php

Updated remote.php for retrieving all the acl details.

* Updated remote.php

By mistake changed in addAcl instead of listAcls.
  • Loading branch information
Dharmik8478 authored and splitbrain committed Apr 18, 2017
1 parent c0f9e7c commit 32b2e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/acl/remote.php
Expand Up @@ -15,7 +15,7 @@ public function _getMethods() {
'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'),
Expand Down

0 comments on commit 32b2e36

Please sign in to comment.