Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 09:37:59 +0000 (17:37 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 09:37:59 +0000 (17:37 +0800)
Images.php

index 279e2b9..bc78b2f 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
+        // then the filename should be original.{size}.jpeg
         $fn = $img->getStoreName() . $this->size . '.jpeg'; // thumbs are currenly all jpeg.!???
         
-        
         if (!file_exists($fn)) {
             $this->validateSize();
         }