diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/logbrowser/start.php | 2 | ||||
-rw-r--r-- | mod/reportedcontent/start.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/logbrowser/start.php b/mod/logbrowser/start.php index 9a254ba11..4e44cd0b8 100644 --- a/mod/logbrowser/start.php +++ b/mod/logbrowser/start.php @@ -16,7 +16,7 @@ function logbrowser_init() { elgg_register_plugin_hook_handler('register', 'menu:user_hover', 'logbrowser_user_hover_menu'); - elgg_add_admin_menu_item('logbrowser', elgg_echo('logbrowser'), 'overview'); + elgg_add_admin_menu_item('logbrowser', elgg_echo('logbrowser'), 'utilities'); } /** diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index 872cf82ea..15c1b7cae 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_menu_item('reportedcontent', elgg_echo('reportedcontent'), 'overview'); + elgg_add_admin_menu_item('reportedcontent', elgg_echo('reportedcontent'), 'utilities'); // Register actions $action_path = elgg_get_plugin_path() . "reportedcontent/actions"; |