X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Mailer.php;h=47d722a05b739c776a425950366fa1e8eb1b34cd;hb=e27addfcb1ed65927186a0361f155cad81ad6231;hp=3ef2945b3de7e605033c68515834fff30757b53a;hpb=4375ac3b100b505865ad697fd3199808da4f5c98;p=Pman.Core 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);