DataObjects/Images.php
authorEdward <edward@roojs.com>
Fri, 8 Nov 2013 05:45:33 +0000 (13:45 +0800)
committerEdward <edward@roojs.com>
Fri, 8 Nov 2013 05:45:33 +0000 (13:45 +0800)
DataObjects/Images.php

index 6993e81..20ad83a 100644 (file)
@@ -102,7 +102,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
      * 
      */
     function createFrom($file, $filename=false)
-    {print_r($file);exit;
+    {
         // copy the file into the storage area..
         if (!file_exists($file) || !filesize($file)) {
             return false;