DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Tue, 8 Jul 2014 09:27:59 +0000 (17:27 +0800)
committerEdward <edward@roojs.com>
Tue, 8 Jul 2014 09:27:59 +0000 (17:27 +0800)
DataObjects/Core_email.php

index a13c967..696176d 100644 (file)
@@ -316,7 +316,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         
         $cachePath = session_save_path() . '/email-cache-' . $ui['name'] . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';
           
-        if (!$force && $this->isGenerated($cachePath)) {
+        if ($this->isGenerated($cachePath)) {
             return;
         }