From 6b9a1a85147b1dff645381e89e0439f2d0c0fb13 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 29 Dec 2010 22:13:48 +0000 Subject: added admin utilities menu item git-svn-id: http://code.elgg.org/elgg/trunk@7760 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 872cf82ea..15c1b7cae 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -26,7 +26,7 @@ function reportedcontent_init() { } // Add admin menu item - elgg_add_admin_menu_item('reportedcontent', elgg_echo('reportedcontent'), 'overview'); + elgg_add_admin_menu_item('reportedcontent', elgg_echo('reportedcontent'), 'utilities'); // Register actions $action_path = elgg_get_plugin_path() . "reportedcontent/actions"; -- cgit v1.2.3