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

index 33ffdb8..e5b96cd 100644 (file)
@@ -147,7 +147,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         
         
         $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)