Images.php
authorEdward <edward@roojs.com>
Thu, 13 Mar 2014 09:39:44 +0000 (17:39 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Mar 2014 09:39:44 +0000 (17:39 +0800)
Images.php

index 65266fc..1764a4d 100644 (file)
@@ -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..