Mailer.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 10:00:13 +0000 (18:00 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 10:00:13 +0000 (18:00 +0800)
Mailer.php

index 2a0260f..fa04a55 100644 (file)
@@ -184,6 +184,8 @@ class Pman_Core_Mailer {
         
         //print_R($tmp_opts);
         // $tmp_opts['force'] = true;
+        
+        print_r($templateFile);exit;
         $template = new HTML_Template_Flexy(  $tmp_opts );
         $template->compile('mail/'. $templateFile.'.txt');