diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-09-14 21:09:48 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-09-14 21:09:48 -0400 |
commit | 710b17aa37dd5c90db695219defdfef7a889f29a (patch) | |
tree | b134835879a8530ee4b477f9b5aff6fd6c974524 /mod/diagnostics/start.php | |
parent | c32bf213547c21dfb8a8bb535e9432330af010fa (diff) | |
download | elgg-710b17aa37dd5c90db695219defdfef7a889f29a.tar.gz elgg-710b17aa37dd5c90db695219defdfef7a889f29a.tar.bz2 |
Fixes #3681 fixed Utilities menu collisions in admin section and added documentation about registering more than one menu item with the same name to a menu
Diffstat (limited to 'mod/diagnostics/start.php')
-rw-r--r-- | mod/diagnostics/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/diagnostics/start.php b/mod/diagnostics/start.php index c55b10483..735e15042 100644 --- a/mod/diagnostics/start.php +++ b/mod/diagnostics/start.php @@ -16,7 +16,7 @@ function diagnostics_init() { elgg_register_page_handler('diagnostics','diagnostics_page_handler'); // Add admin menu item - elgg_register_admin_menu_item('develop', 'diagnostics', 'utilities'); + elgg_register_admin_menu_item('develop', 'diagnostics', 'develop_utilities'); // Register some actions $file = elgg_get_plugins_path() . "diagnostics/actions/download.php"; |