aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-21 17:53:07 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-21 17:53:07 +0000
commit26be16aaf2189a4b50b06494aab6c6690480a371 (patch)
treee9f8fc7030fbfd3f356278336629956daf669e47 /start.php
parent9cd649361936640a11c249443c6c8f4e00f2399d (diff)
downloadelgg-26be16aaf2189a4b50b06494aab6c6690480a371.tar.gz
elgg-26be16aaf2189a4b50b06494aab6c6690480a371.tar.bz2
finished updating display of single image
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 9474ed746..a0162319c 100644
--- a/start.php
+++ b/start.php
@@ -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