diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-29 13:38:33 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-29 13:38:33 +0000 |
commit | 084a6003976c4fe7b1fa3f72186eff5098e0a478 (patch) | |
tree | 42d21938040e6db5cb53375f3cf3243d020e5f3f /mod/reportedcontent | |
parent | 59cb58582f64b4f239da53ede602ad2c82f02077 (diff) | |
download | elgg-084a6003976c4fe7b1fa3f72186eff5098e0a478.tar.gz elgg-084a6003976c4fe7b1fa3f72186eff5098e0a478.tar.bz2 |
updating plugins to use new page menu
git-svn-id: http://code.elgg.org/elgg/trunk@7740 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r-- | mod/reportedcontent/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |