From: edward Date: Wed, 5 Oct 2016 09:05:06 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ff867504f1542f34c694754f554504cdba2b709b Images.php --- diff --git a/Images.php b/Images.php index 514884c2..8ab53570 100644 --- a/Images.php +++ b/Images.php @@ -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)) {