DataObjects/Images.php
authorEdward <edward@roojs.com>
Wed, 26 Jun 2013 11:20:48 +0000 (19:20 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Jun 2013 11:20:48 +0000 (19:20 +0800)
DataObjects/Images.php

index 8b41f9f..339ee43 100644 (file)
@@ -79,7 +79,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             if (!preg_match("/\." . $ext."$/", $path, $matches)) {
                 rename($path,$path.$ext);
             }
-            
+            print_r($path);exit;
             if (!$this->createFrom($path)) {
                 $roo->jerr("erro making image" . $q['_remote_upload']);
             }