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