diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-26 23:36:49 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-26 23:36:49 +0000 |
commit | 09acb61949e1051fc25e8fcf5936068415281802 (patch) | |
tree | 41006f6633590b7bf1718403590e0f2f3118d078 /mod/reportedcontent | |
parent | 10682a7e334c5f5e0d805c974007fc5518023986 (diff) | |
download | elgg-09acb61949e1051fc25e8fcf5936068415281802.tar.gz elgg-09acb61949e1051fc25e8fcf5936068415281802.tar.bz2 |
simplified admin menu registration function in preparation for adding sections
git-svn-id: http://code.elgg.org/elgg/trunk@8500 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 f89b01f2b..fe7173958 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', elgg_echo('reportedcontent'), 'utilities'); + elgg_add_admin_menu_item('reportedcontent', 'utilities'); elgg_register_widget_type( 'reportedcontent', |