diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-10-19 05:36:57 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-10-19 05:36:57 +0000 |
commit | 719004142b57009e34dd5c75aa9ea73287189fe1 (patch) | |
tree | f5dad2da13e6ae952ff16ff6676c6b924584a908 /start.php | |
parent | 81b8ba32beb3151025d3b390c0621e074bceae36 (diff) | |
download | elgg-719004142b57009e34dd5c75aa9ea73287189fe1.tar.gz elgg-719004142b57009e34dd5c75aa9ea73287189fe1.tar.bz2 |
flickr integration changes
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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');
- }
}
|