DataObjects/Images.php
authorjohn <john@roojs.com>
Wed, 11 Jul 2018 04:10:48 +0000 (12:10 +0800)
committerjohn <john@roojs.com>
Wed, 11 Jul 2018 04:10:48 +0000 (12:10 +0800)
DataObjects/Images.php

index aa92ee6..a269465 100644 (file)
@@ -207,6 +207,9 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         }
             
         $fn = $this->getStoreName();
+        
+        print_r($fn);
+        
         $b = basename($fn);
         if (file_exists($fn)) {