diff options
author | Andreas Gohr <andi@splitbrain.org> | 2023-12-01 15:11:34 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2024-01-07 13:41:19 +0100 |
commit | 535851891f27d4edf214975656242cb81be5b6ac (patch) | |
tree | b4844894d3d5ebb57f1de7c6f1c2d3e7abd22a20 /lib/plugins/acl/remote.php | |
parent | 1468a1289a0d25e37eb42876e35e2c2efc289a88 (diff) | |
download | dokuwiki-535851891f27d4edf214975656242cb81be5b6ac.tar.gz dokuwiki-535851891f27d4edf214975656242cb81be5b6ac.zip |
another set of api tests
Diffstat (limited to 'lib/plugins/acl/remote.php')
-rw-r--r-- | lib/plugins/acl/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/acl/remote.php b/lib/plugins/acl/remote.php index 692e219c5..267a63fe5 100644 --- a/lib/plugins/acl/remote.php +++ b/lib/plugins/acl/remote.php @@ -13,7 +13,7 @@ class remote_plugin_acl extends RemotePlugin * * @return array Information about all provided methods. {@see dokuwiki\Remote\RemoteAPI} */ - public function _getMethods() + public function getMethods() { return [ 'listAcls' => [ |