Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 10:11:49 +0000 (18:11 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 10:11:49 +0000 (18:11 +0800)
Images.php

index 03051c7..fcae94e 100644 (file)
@@ -217,7 +217,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();
         }