From 084a6003976c4fe7b1fa3f72186eff5098e0a478 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 29 Dec 2010 13:38:33 +0000 Subject: updating plugins to use new page menu git-svn-id: http://code.elgg.org/elgg/trunk@7740 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/reportedcontent/start.php') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index b947927d9..872cf82ea 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_submenu_item('reportedcontent', elgg_echo('reportedcontent'), 'overview'); + elgg_add_admin_menu_item('reportedcontent', elgg_echo('reportedcontent'), 'overview'); // Register actions $action_path = elgg_get_plugin_path() . "reportedcontent/actions"; -- cgit v1.2.3