From c94e7e06a44af954b08639b7cf135fd429ef9ccb Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 14:07:58 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 86dcf288..2925c5f2 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