From: edward Date: Mon, 26 Mar 2018 06:07:58 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c94e7e06a44af954b08639b7cf135fd429ef9ccb Mailer.php --- 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; }