Images.php
authoredward <edward@roojs.com>
Thu, 22 Feb 2018 04:17:49 +0000 (12:17 +0800)
committeredward <edward@roojs.com>
Thu, 22 Feb 2018 04:17:49 +0000 (12:17 +0800)
Images.php

index 474eb64..9c05e73 100644 (file)
@@ -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;
         }