From 427acd59e4e6e8dc5a36ff50505c42685e8771ce Mon Sep 17 00:00:00 2001 From: john Date: Wed, 8 Nov 2017 17:46:57 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 49814dbc..d76bb30a 100644 --- a/Mailer.php +++ b/Mailer.php @@ -314,7 +314,7 @@ class Pman_Core_Mailer { $pg = $ff->page; - + print_r('die');exit; $email = is_array($email) ? $email : $this->toData(); if (is_a($email, 'PEAR_Error')) { $pg->addEvent("COREMAILER-FAIL", false, "email toData failed"); -- 2.39.2