DataObjects/Core_email.php
[Pman.Core] / 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;
         }