Images.php
authorChris <chris@roojs.com>
Tue, 20 Aug 2013 06:26:46 +0000 (14:26 +0800)
committerChris <chris@roojs.com>
Tue, 20 Aug 2013 06:26:46 +0000 (14:26 +0800)
Images.php

index 8e279bb..27028d0 100644 (file)
@@ -243,7 +243,7 @@ class Pman_Core_Images extends Pman
                 urlencode("Original file was missing : " . $img->getStoreName()));
     
         }
-        
+        print_r($img);exit;
         $x = $img->toFileConvert();
         if (empty($this->as_mimetype)) {
             $this->as_mimetype  = $img->mimetype;