diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-21 17:53:07 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-21 17:53:07 +0000 |
commit | 26be16aaf2189a4b50b06494aab6c6690480a371 (patch) | |
tree | e9f8fc7030fbfd3f356278336629956daf669e47 /start.php | |
parent | 9cd649361936640a11c249443c6c8f4e00f2399d (diff) | |
download | elgg-26be16aaf2189a4b50b06494aab6c6690480a371.tar.gz elgg-26be16aaf2189a4b50b06494aab6c6690480a371.tar.bz2 |
finished updating display of single image
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ case "view": //view an image individually
set_input('guid',$page[1]);
- include($CONFIG->pluginspath . "tidypics/view.php");
+ include($CONFIG->pluginspath . "tidypics/viewimage.php");
break;
case "album": //view an album individually
|