From e48c42a2bd70f8f1500dd6c13631cc69adc88459 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 14:07:44 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 2925c5f2..86dcf288 100644 --- a/Mailer.php +++ b/Mailer.php @@ -111,7 +111,7 @@ class Pman_Core_Mailer { $templateFile = $this->template; $args = (array)$this->contents; $content = clone($this->page); - + print_R($content);exit; foreach($args as $k=>$v) { $content->$k = $v; } -- 2.39.2