DataObjects/Images.php
authorEdward <edward@roojs.com>
Wed, 11 Dec 2013 08:35:03 +0000 (16:35 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Dec 2013 08:35:03 +0000 (16:35 +0800)
DataObjects/Images.php

index c78b7f3..ec3083e 100644 (file)
@@ -144,10 +144,13 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             $this->update();
         }
         
-        
-        
+        if(file_exists($file)){
+            print_r('in');
+        }else{
+            print_('not');
+        }
+        exit;
         $f = $this->getStoreName();
-        print_r($f);exit;
         $dest = dirname($f);
         if (!file_exists($dest)) {
             // currently this is 0775 due to problems using shared hosing (FTP)