diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-10-19 05:34:47 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-10-19 05:34:47 +0000 |
commit | 81b8ba32beb3151025d3b390c0621e074bceae36 (patch) | |
tree | 716dc1767fefdd42f1a295f3b01d7d78855684d1 /start.php | |
parent | aef5c5a559959b3ffc1c1100752ba4a961ac432c (diff) | |
download | elgg-81b8ba32beb3151025d3b390c0621e074bceae36.tar.gz elgg-81b8ba32beb3151025d3b390c0621e074bceae36.tar.bz2 |
flickr integration changes
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -187,7 +187,7 @@ 'tidypics-z');
if( get_loggedin_userid() == 9 ) {
add_submenu_item( 'Flickr Integration',
- $CONFIG->wwwroot . 'mod/tidypics/pages/setupFlickr.php',
+ $CONFIG->wwwroot . 'mod/tidypics/pages/flickr/setup.php',
'tidypics-z');
}
@@ -323,7 +323,7 @@ case "flickr":
if (isset($page[1])) set_input('username',$page[1]);
- include($CONFIG->pluginspath . "tidypics/pages/lists/flickr.php");
+ include($CONFIG->pluginspath . "tidypics/pages/flickr/setup.php");
break;
}
}
|