From 94fa6f3e70311d8ae3660311298a4ec9eb3fed0f Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 7 Jun 2017 17:15:30 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 5ee05304..596ff9cd 100644 --- a/Mailer.php +++ b/Mailer.php @@ -193,7 +193,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