From: edward Date: Wed, 5 Oct 2016 08:38:47 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=90a795cd5a6647b9c7e46d90e46189305d9a5960 Images.php --- diff --git a/Images.php b/Images.php index f02dfc5b..fba51356 100644 --- a/Images.php +++ b/Images.php @@ -248,6 +248,8 @@ class Pman_Core_Images extends Pman $y = new File_MimeType(); $ext = $y->toExt(trim((string) $this->as_mimetype )); + print_r($ext);exit; + // 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.!???