From 4375ac3b100b505865ad697fd3199808da4f5c98 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 8 Nov 2017 17:58:49 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 48839b48..3ef2945b 100644 --- a/Mailer.php +++ b/Mailer.php @@ -185,7 +185,7 @@ 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'); /* use variables from this object to ouput data. */ -- 2.39.2