From 1f8203facbfa9edd734a7b99db5a4168f6cb9d69 Mon Sep 17 00:00:00 2001 From: atomaka Date: Sat, 12 Nov 2011 19:36:46 -0500 Subject: [PATCH] Corrected the count for pre-existing screens so image 927 displayed the correct thumbnail. --- application/views/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/gallery.php b/application/views/gallery.php index 3968e77..4b2ea1b 100644 --- a/application/views/gallery.php +++ b/application/views/gallery.php @@ -5,7 +5,7 @@
id <= 927) + $extension = (preg_match('/guild/',$_SERVER['HTTP_HOST']) != 0 && $upload->id <= 926) ? '.jpg' : $upload->extension; ?>