From 10b98738767723440fc795c8ae23afcbb8f28256 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 14 Jan 2013 14:22:04 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 65289772..ddf20566 100644 --- a/Mailer.php +++ b/Mailer.php @@ -69,7 +69,7 @@ class Pman_Core_Mailer { $args = $this->contents; $content = clone($this->page); - + print_r($content); foreach((array)$args as $k=>$v) { $content->$k = $v; } -- 2.39.2