aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/start.php b/start.php
index 466c14be8..54322d8c9 100644
--- a/start.php
+++ b/start.php
@@ -185,11 +185,9 @@
add_submenu_item( elgg_echo('tidypics:recentlycommented'),
$CONFIG->wwwroot . 'pg/photos/recentlycommented',
'tidypics-z');
- if( get_loggedin_userid() == 9 ) {
add_submenu_item( 'Flickr Integration',
$CONFIG->wwwroot . 'mod/tidypics/pages/flickr/setup.php',
'tidypics-z');
- }
}