* finish task#794.

This commit is contained in:
chencongzhi520@gmail.com
2012-05-22 01:08:20 +00:00
parent 6a3996c8ab
commit e243aab428
6 changed files with 66 additions and 0 deletions
+1
View File
@@ -774,6 +774,7 @@ class bug extends control
if(strtolower($action->action) == 'opened') $action->comment = $bug->steps;
/* Create the mail content. */
if($action->action == 'opened') $action->comment = '';
$this->view->bug = $bug;
$this->view->action = $action;
$mailContent = $this->parse($this->moduleName, 'sendmail');