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

index ecf5f25..425248c 100644 (file)
@@ -148,6 +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..