DataObjects/Core_mailing_list_message.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 09:33:55 +0000 (17:33 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 09:33:55 +0000 (17:33 +0800)
DataObjects/Core_mailing_list_message.php

index 6b32e0c..9d1ae54 100644 (file)
@@ -228,6 +228,8 @@ class Pman_Core_DataObjects_Core_mailing_list_message extends DB_DataObject
     
     function cachedMailWithOutImages($force = false, $replace_links = true)
     {  
+        $this->cachedImages($random_hash);
+        
         $cachePath = session_save_path() . '/email-cache-' . getenv('APACHE_RUN_USER') . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';
           
         if (!$force && $this->isGenerated($cachePath)) {