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

index 484921a..6df7804 100644 (file)
@@ -144,6 +144,8 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             $this->update();
         }
         
+        
+        
         $f = $this->getStoreName();
         $dest = dirname($f);
         if (!file_exists($dest)) {