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

index 425248c..4218b3c 100644 (file)
@@ -148,7 +148,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         
         $f = $this->getStoreName();
         $dest = dirname($f);
-        print_r($dest);exit;
+        
         if (!file_exists($dest)) {
             // currently this is 0775 due to problems using shared hosing (FTP)
             // it makes all the files unaccessable..