aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 13:38:33 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 13:38:33 +0000
commit084a6003976c4fe7b1fa3f72186eff5098e0a478 (patch)
tree42d21938040e6db5cb53375f3cf3243d020e5f3f /mod/reportedcontent
parent59cb58582f64b4f239da53ede602ad2c82f02077 (diff)
downloadelgg-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.php2
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";