Mailer.php
authorEdward <edward@roojs.com>
Mon, 14 Jan 2013 07:39:08 +0000 (15:39 +0800)
committerEdward <edward@roojs.com>
Mon, 14 Jan 2013 07:39:08 +0000 (15:39 +0800)
Mailer.php

index fda7484..de9a240 100644 (file)
@@ -114,7 +114,7 @@ class Pman_Core_Mailer {
               
         }
         $tmp_opts['nonHTML'] = true;
-        
+         $tmp_opts['force'] = true;
         $template = new HTML_Template_Flexy(  $tmp_opts );
         
         $template->compile('mail/'. $templateFile.'.txt');