From 353292aef7cdd109a8f07520d158ff32047e18bb Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 22 Feb 2018 12:17:49 +0800 Subject: [PATCH] Images.php --- Images.php | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2