aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 22:13:48 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 22:13:48 +0000
commit6b9a1a85147b1dff645381e89e0439f2d0c0fb13 (patch)
tree41b2e661eb1ac2388247a1d9acb5e630f6df1748 /mod
parent67d881e0dc3098800038127441836189f84b4322 (diff)
downloadelgg-6b9a1a85147b1dff645381e89e0439f2d0c0fb13.tar.gz
elgg-6b9a1a85147b1dff645381e89e0439f2d0c0fb13.tar.bz2
added admin utilities menu item
git-svn-id: http://code.elgg.org/elgg/trunk@7760 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/logbrowser/start.php2
-rw-r--r--mod/reportedcontent/start.php2
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";