+change code for task#407/408/409

This commit is contained in:
chencongzhi520@gmail.com
2011-04-10 03:34:32 +00:00
parent d94c285fbc
commit 0690d23d22
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -740,7 +740,7 @@ class bug extends control
$mailContent = $this->parse($this->moduleName, 'sendmail');
/* Send it. */
$this->loadModel('mail')->send($toList, $productName. ':'. 'BUG #'. $bug->id . $this->lang->colon . $bug->title, $mailContent, $ccList);
$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());
}
}