From b2ef95042c8335e75657b29f6dabbec4d0266426 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 7 Jun 2009 01:28:16 +0000 Subject: improved exif code - catching pngs, gifs, etc The display code should be moved to a view to keep it separate from the controller code --- actions/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/upload.php b/actions/upload.php index da8af6e69..717c3274f 100644 --- a/actions/upload.php +++ b/actions/upload.php @@ -174,7 +174,7 @@ } //get and store the exif data - td_get_exif($file); + td_get_exif($file); array_push($uploaded_images, $file->guid); if($river_view == "all") { -- cgit v1.2.3