DataObjects/Core_mailing_list_message.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 10:46:29 +0000 (18:46 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 10:46:29 +0000 (18:46 +0800)
DataObjects/Core_mailing_list_message.php

index 5e71d69..18125c0 100644 (file)
@@ -232,7 +232,7 @@ class Pman_Core_DataObjects_Core_mailing_list_message extends DB_DataObject
         
         $this->cachedImages($random_hash);
         
-        $cachePath = session_save_path() . '/email-cache-' . getenv('APACHE_RUN_USER') . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';
+        $cachePath = session_save_path() . '/email-cache-' . getenv('APACHE_RUN_USER') . '/mail/' . $this->tableName() . '-' . $this->id . '.body.html';
           
         if (!$force && $this->isGenerated($cachePath)) {
             return;