From f7f38da31ca53c25775d1a28668a1dd9aefd5277 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 14 Jul 2012 12:49:21 -0400 Subject: cleaning up the admin area --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index 1228fe3f1..9295dc7eb 100644 --- a/start.php +++ b/start.php @@ -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'); -- cgit v1.2.3