DataObjects/Images.php
authorEdward <edward@roojs.com>
Wed, 7 May 2014 08:18:11 +0000 (16:18 +0800)
committerEdward <edward@roojs.com>
Wed, 7 May 2014 08:18:11 +0000 (16:18 +0800)
DataObjects/Images.php

index f7218a5..66a63cb 100644 (file)
@@ -131,6 +131,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     {
         // copy the file into the storage area..
         if (!file_exists($file) || !filesize($file)) {
+            print_r('errror?????');exit;
             return false;
         }