From 34e7b634e6f9200683c5c5d6662f4e8ebd9a5d70 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 1 Mar 2011 01:50:30 +0000 Subject: Fixes #3014 using more standard "register" in admin convenience function git-svn-id: http://code.elgg.org/elgg/trunk@8520 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index fe7173958..bd5931bd1 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -38,7 +38,7 @@ function reportedcontent_init() { elgg_register_plugin_hook_handler('register', 'menu:user_hover', 'reportedcontent_user_hover_menu'); // Add admin menu item - elgg_add_admin_menu_item('reportedcontent', 'utilities'); + elgg_register_admin_menu_item('reportedcontent', 'utilities'); elgg_register_widget_type( 'reportedcontent', -- cgit v1.2.3