From 64066b7ea92b18d5091bf63288865e5c982e4919 Mon Sep 17 00:00:00 2001 From: atomaka Date: Fri, 11 Nov 2011 20:39:17 -0500 Subject: [PATCH] Deal with the first 926 thumbnails always being jpegs on the production site. --- application/views/gallery.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/application/views/gallery.php b/application/views/gallery.php index 3cd2994..3968e77 100644 --- a/application/views/gallery.php +++ b/application/views/gallery.php @@ -3,9 +3,13 @@
- +id <= 927) + ? '.jpg' : $upload->extension; +?>
- +