DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 11:51:26 +0000 (19:51 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 11:51:26 +0000 (19:51 +0800)
DataObjects/Core_email.php

index afa7919..77ecc08 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);
         }