aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
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');