DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Thu, 15 May 2014 07:42:04 +0000 (15:42 +0800)
committerEdward <edward@roojs.com>
Thu, 15 May 2014 07:42:04 +0000 (15:42 +0800)
DataObjects/Core_email.php

index f25e483..b8f119a 100644 (file)
@@ -276,9 +276,9 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         
         $cachePath = session_save_path() . '/email-cache-' . $ui['name'] . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';
         
-//        if(!$this->isGenerated($cachePath)){
+        if(!$this->isGenerated($cachePath)){
             $this->cachedMailWithOutImages($force, false);
-//        }
+        }
          
         require_once 'Pman/Core/Mailer.php';