Images.php
authorAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2012 09:16:04 +0000 (17:16 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2012 09:16:04 +0000 (17:16 +0800)
Images.php

index def39c9..b616476 100644 (file)
@@ -235,7 +235,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.!???
-      // var_dump($fn);
+       var_dump($fn);
         if (!file_exists($fn)) {
             $this->validateSize();
         }