* change for 9.8.1 version.

This commit is contained in:
wangyidong
2018-03-13 11:29:28 +08:00
parent 341a9ce721
commit 8d64b4c9eb
49 changed files with 227 additions and 193 deletions
+1 -1
View File
@@ -1278,7 +1278,7 @@ class testtaskModel extends model
/* Set email title. */
if($actionType == 'opened')
{
return sprintf($this->lang->testtask->mail->create->title, $this->app->user->realname, $testtask->id, $tasktask->name);
return sprintf($this->lang->testtask->mail->create->title, $this->app->user->realname, $testtask->id, $testtask->name);
}
elseif($actionType == 'closed')
{