From 26be16aaf2189a4b50b06494aab6c6690480a371 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 21 Mar 2009 17:53:07 +0000 Subject: finished updating display of single image --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') 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 -- cgit v1.2.3