DataObjects/core.sql
[Pman.Core] / Images.php
index eef1531..fcae94e 100644 (file)
@@ -215,10 +215,9 @@ class Pman_Core_Images extends Pman
         // acutally if we generated the image, then we do not need to validate the size..
         
         // if the mimetype is not converted..
-        // then the filename should be FILEPART.{size}.jpg
-        $fn = $img->getStoreName() .$this->size '.jpeg'; // thumbs are currenly all jpeg.!???
-        
-        
+        // then the filename should be original.{size}.jpeg
+        $fn = $img->getStoreName() . '.'. $this->size . '.jpeg'; // thumbs are currenly all jpeg.!???
+      // var_dump($fn);
         if (!file_exists($fn)) {
             $this->validateSize();
         }