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

index 1d824b6..085ea73 100644 (file)
@@ -64,6 +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']));