From 1bda861809be1b5cd5475f5fc0898865eed4a054 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 21 Mar 2008 00:37:25 +0100 Subject: Make popularity plugin available for managers darcs-hash:20080320233725-7ad00-2d94f86b9d1b87846409ee286b39fdc16f987eaa.gz --- lib/plugins/popularity/admin.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'lib') 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 @@ -50,17 +50,22 @@ class admin_plugin_popularity extends DokuWiki_Admin_Plugin { return 2000; } + /** + * Accessible for managers + */ + function forAdminOnly() { + return false; + } + + /** * handle user request - * - * - * @author Andreas Gohr */ function handle() { } /** - * @author Andreas Gohr + * Output HTML form */ function html() { echo $this->locale_xhtml('intro'); -- cgit v1.2.3