DataObjects/Images.php
authorEdward <edward@roojs.com>
Fri, 11 Jan 2013 10:58:55 +0000 (18:58 +0800)
committerEdward <edward@roojs.com>
Fri, 11 Jan 2013 10:58:55 +0000 (18:58 +0800)
DataObjects/Images.php

index 8959480..12bdf8f 100644 (file)
@@ -65,8 +65,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             $ext = $y->toExt(trim((string) $imageInfo['mime'] ));
             #attachment-'.  $r->id
             $path = $tmpdir . '/' . time() . '#attachment.' . $ext;
-            print_r($path);
-            exit;
             if(!file_exists($path)){
                file_put_contents($path, file_get_contents($q['_remote_upload'])); 
             }