From: Alan Knowles Date: Wed, 8 Feb 2012 06:54:02 +0000 (+0800) Subject: SendIntro.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ff70726c8b6fcc42de4e708d2e7f4781a69b96e7 SendIntro.php --- 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");