diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-14 12:49:21 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-14 12:49:21 -0400 |
commit | f7f38da31ca53c25775d1a28668a1dd9aefd5277 (patch) | |
tree | 7d5512e5db79ab8ca589c90978e4a9052fbec70f /start.php | |
parent | e52870068d67a2360769f76a13d35318a8ec14ef (diff) | |
download | elgg-f7f38da31ca53c25775d1a28668a1dd9aefd5277.tar.gz elgg-f7f38da31ca53c25775d1a28668a1dd9aefd5277.tar.bz2 |
cleaning up the admin area
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ function tidypics_init() { elgg_register_plugin_hook_handler('register', 'menu:owner_block', 'tidypics_owner_block_menu'); // Add admin menu item - elgg_register_admin_menu_item('configure', 'tidypics', 'settings'); + elgg_register_admin_menu_item('configure', 'photos', 'settings'); // Register for search elgg_register_entity_type('object', 'image'); |