DataObjects/core.sql
[Pman.Core] / Images.php
index 8335c35..fcae94e 100644 (file)
@@ -216,8 +216,8 @@ 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.!???
-        var_dump($this->fn);
+        $fn = $img->getStoreName() . '.'. $this->size . '.jpeg'; // thumbs are currenly all jpeg.!???
+      // var_dump($fn);
         if (!file_exists($fn)) {
             $this->validateSize();
         }