DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:48:14 +0000 (13:48 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:48:14 +0000 (13:48 +0800)
DataObjects/Core_email.php

index 0243838..f5b7e19 100644 (file)
@@ -276,7 +276,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($force || !$this->isGenerated($cachePath)){
             $this->cachedMailWithOutImages($force, empty($contents['replace_links']) ? false : $contents['replace_links']);
         }