From 90a795cd5a6647b9c7e46d90e46189305d9a5960 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 16:38:47 +0800 Subject: [PATCH] Images.php --- Images.php | 2 ++ 1 file changed, 2 insertions(+) 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.!??? -- 2.39.2