From: edward Date: Mon, 26 Mar 2018 06:03:35 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1ba9101a433cef49d5d81433230aad399db18e45 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 6e7f1853..7e4e80e8 100644 --- a/Mailer.php +++ b/Mailer.php @@ -87,6 +87,7 @@ class Pman_Core_Mailer { var $bcc = false; function __construct($args) { + print_R($args);exit; foreach($args as $k=>$v) { // a bit trusting.. $this->$k = $v;