diff options
author | Andreas Gohr <andi@splitbrain.org> | 2023-08-30 15:44:19 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2023-08-30 15:44:19 +0200 |
commit | 8553d24d33ab5f260c6e19959de764dd8472d438 (patch) | |
tree | bc7595a8bb7ce06ca07116216e89394721be6af8 /lib/plugins/acl/admin.php | |
parent | a0aeafaa2be80428767dc89e2f806edd8de8c981 (diff) | |
download | dokuwiki-8553d24d33ab5f260c6e19959de764dd8472d438.tar.gz dokuwiki-8553d24d33ab5f260c6e19959de764dd8472d438.zip |
Apply rector renames
Diffstat (limited to 'lib/plugins/acl/admin.php')
-rw-r--r-- | lib/plugins/acl/admin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/acl/admin.php b/lib/plugins/acl/admin.php index bde20dd6b..4213c4e53 100644 --- a/lib/plugins/acl/admin.php +++ b/lib/plugins/acl/admin.php @@ -1,4 +1,5 @@ <?php +use dokuwiki\Extension\AdminPlugin; use dokuwiki\Utf8\Sort; /** @@ -14,7 +15,7 @@ use dokuwiki\Utf8\Sort; * All DokuWiki plugins to extend the admin function * need to inherit from this class */ -class admin_plugin_acl extends DokuWiki_Admin_Plugin +class admin_plugin_acl extends AdminPlugin { public $acl; protected $ns; |