aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-01 01:50:30 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-01 01:50:30 +0000
commit34e7b634e6f9200683c5c5d6662f4e8ebd9a5d70 (patch)
tree7143a5727d76f8d475408111ad13f11378869a49 /mod/reportedcontent
parentb8a77c554c4d994ff74ad62149de2416ab53dccb (diff)
downloadelgg-34e7b634e6f9200683c5c5d6662f4e8ebd9a5d70.tar.gz
elgg-34e7b634e6f9200683c5c5d6662f4e8ebd9a5d70.tar.bz2
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
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 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',