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

index 8b41f9f..ded32b9 100644 (file)
@@ -107,6 +107,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     {
         // copy the file into the storage area..
         if (!file_exists($file) || !filesize($file)) {
+            print_r('runnnnn');exit;
             return false;
         }