From 63c2a750f37fcd42d217660257b2b1dbf737a6e0 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 17:39:44 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 65266fc8..1764a4d1 100644 --- a/Images.php +++ b/Images.php @@ -263,7 +263,7 @@ class Pman_Core_Images extends Pman // if the mimetype is not converted.. // then the filename should be original.{size}.jpeg $fn = $img->getStoreName() . '.'. $this->size . '.jpeg'; // thumbs are currenly all jpeg.!??? - + print_r($fn);exit; if (!file_exists($fn)) { $fn = $img->getStoreName() . '.'. $this->size . '.'. $img->fileExt(); // if it's an image, convert into the same type for thumbnail.. -- 2.39.2