* finish task #1571.

This commit is contained in:
wyd621
2013-07-18 16:48:06 +08:00
parent 67fd654b2e
commit aae95743f9
8 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -940,7 +940,7 @@ class bug extends control
/* Send it. */
$this->loadModel('mail')->send($toList, $productName . ':' . 'BUG #'. $bug->id . $this->lang->colon . $bug->title, $mailContent, $ccList);
if($this->mail->isError()) echo js::error($this->mail->getError());
if($this->mail->isError()) trigger_error(join("\n", $this->mail->getError()));
}
/**