DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:54:24 +0000 (13:54 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:54:24 +0000 (13:54 +0800)
DataObjects/Core_email.php

index cbe5ddf..a7ed6d6 100644 (file)
@@ -315,7 +315,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 ($this->isGenerated($cachePath)) {
+        if (!$force || $this->isGenerated($cachePath)) {
             return;
         }