DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Mon, 24 Mar 2014 10:55:19 +0000 (18:55 +0800)
committerEdward <edward@roojs.com>
Mon, 24 Mar 2014 10:55:19 +0000 (18:55 +0800)
DataObjects/Core_email.php

index d58d731..e167a74 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($force, false);
         }