From ff70726c8b6fcc42de4e708d2e7f4781a69b96e7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 8 Feb 2012 14:54:02 +0800 Subject: [PATCH] SendIntro.php --- SendIntro.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SendIntro.php b/SendIntro.php index be055fbd..cd1cf546 100644 --- a/SendIntro.php +++ b/SendIntro.php @@ -95,12 +95,15 @@ class Pman_Core_SendIntro extends Pman // next.. - $p->sendTemplate('password_welcome', array( + $ret = $p->sendTemplate('password_welcome', array( 'sender' => $this->authUser, 'rawPasswd' => $rawPasswd, 'baseURL' => $this->baseURL, )); - + if (is_object($ret)) { + $this->jerr($ret->toString()); + + } $this->jok("SENT"); -- 2.39.2