From: john Date: Wed, 8 Nov 2017 09:59:08 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e27addfcb1ed65927186a0361f155cad81ad6231 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 3ef2945b..47d722a0 100644 --- a/Mailer.php +++ b/Mailer.php @@ -185,8 +185,8 @@ class Pman_Core_Mailer { //print_R($tmp_opts); // $tmp_opts['force'] = true; $template = new HTML_Template_Flexy( $tmp_opts ); - print_R($tmp_opts);exit; $template->compile('mail/'. $templateFile.'.txt'); + print_R($tmp_opts);exit; /* use variables from this object to ouput data. */ $mailtext = $template->bufferedOutputObject($content);