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

index f6dea33..ea87fdf 100644 (file)
@@ -64,7 +64,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             }
             
             $path = $tmpdir . '/' . basename($q['_remote_upload']);
-            print_r($path);exit;
+            
             if(!file_exists($path)){
                 // use HTTP_Request
                file_put_contents($path, file_get_contents($q['_remote_upload']));