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

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