DataObjects/Core_email.php
[Pman.Core] / DataObjects / Core_email.php
index 77ecc08..afa7919 100644 (file)
@@ -275,7 +275,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         $ui = posix_getpwuid(posix_geteuid());
         
         $cachePath = session_save_path() . '/email-cache-' . $ui['name'] . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';
-        
+        print_r($cachePath);exit;
         if(!$this->isGenerated($cachePath)){
             $this->cachedMailWithOutImages(true, false);
         }