From: edward Date: Thu, 22 Feb 2018 04:17:49 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=353292aef7cdd109a8f07520d158ff32047e18bb;hp=61a9df524930472df4e5e6e48e80707a97ea4c04;p=Pman.Core Images.php --- diff --git a/Images.php b/Images.php index 474eb64f..9c05e734 100644 --- a/Images.php +++ b/Images.php @@ -271,6 +271,7 @@ class Pman_Core_Images extends Pman } // print_r($img);exit; $x = $img->toFileConvert(); + print_R($img);exit; if (empty($this->as_mimetype) || $img->mimetype == 'image/gif') { $this->as_mimetype = $img->mimetype; }