From b492be0e01ee473e98ba42ac03601d6f7396341b Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 14 Oct 2014 13:19:20 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 05d6c026..dce5a863 100644 --- a/Mailer.php +++ b/Mailer.php @@ -161,7 +161,7 @@ class Pman_Core_Mailer { /* use variables from this object to ouput data. */ $mailtext = $template->bufferedOutputObject($content); - //print_r($mailtext);exit; + print_r($mailtext);exit; -- 2.39.2