diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-03-21 00:37:25 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-03-21 00:37:25 +0100 |
commit | 1bda861809be1b5cd5475f5fc0898865eed4a054 (patch) | |
tree | 2beedaf642093e35c60cee874a016275be700724 /lib/plugins | |
parent | 9a32d0dd4e430bcab9401c89a5c2e4bdfc1d4abb (diff) | |
download | rpg-1bda861809be1b5cd5475f5fc0898865eed4a054.tar.gz rpg-1bda861809be1b5cd5475f5fc0898865eed4a054.tar.bz2 |
Make popularity plugin available for managers
darcs-hash:20080320233725-7ad00-2d94f86b9d1b87846409ee286b39fdc16f987eaa.gz
Diffstat (limited to 'lib/plugins')
-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'); |