diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/popularity/admin.php | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lib/plugins/popularity/admin.php b/lib/plugins/popularity/admin.php index 1506854e6..e349fe021 100644 --- a/lib/plugins/popularity/admin.php +++ b/lib/plugins/popularity/admin.php @@ -51,16 +51,21 @@ class admin_plugin_popularity extends DokuWiki_Admin_Plugin { } /** + * Accessible for managers + */ + function forAdminOnly() { + return false; + } + + + /** * handle user request - * - * - * @author Andreas Gohr <andi@splitbrain.org> */ function handle() { } /** - * @author Andreas Gohr <andi@splitbrain.org> + * Output HTML form */ function html() { echo $this->locale_xhtml('intro'); |