Images.php
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 09:05:06 +0000 (17:05 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 09:05:06 +0000 (17:05 +0800)
Images.php

index 514884c..8ab5357 100644 (file)
@@ -248,7 +248,7 @@ class Pman_Core_Images extends Pman
         $fn = $img->getStoreName() . '.'. $this->size . '.jpeg'; // thumbs are currenly all jpeg.!???
         
         if($img->mimetype == 'image/gif'){
-            
+            $fn = $img->getStoreName() . '.'. $this->size . '.gif';
         }
         
         if (!file_exists($fn)) {