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

index 3397cd1..c1628ab 100644 (file)
@@ -241,6 +241,7 @@ class Pman_Core_Images extends Pman
         if (!file_exists($fn)) {
             $fn = $img->getStoreName()  . '.'. $this->size . '.'. $img->fileExt();
         }
+        
         if (!file_exists($fn)) {            
             
             $this->validateSize();