SendIntro.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 8 Feb 2012 06:54:02 +0000 (14:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 8 Feb 2012 06:54:02 +0000 (14:54 +0800)
SendIntro.php

index be055fb..cd1cf54 100644 (file)
@@ -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");