* [bug#54444,done,0.5h] separate the list with ,.
This commit is contained in:
@@ -260,7 +260,7 @@ class messageModel extends model
|
||||
{
|
||||
$action = $this->loadModel('action')->getById($actionID);
|
||||
list($toList, $ccList) = $this->loadModel($objectType)->getToAndCcList($object, $action->action);
|
||||
$toList = $toList . $ccList;
|
||||
$toList = $toList . ',' . $ccList;
|
||||
}
|
||||
|
||||
if($objectType == 'testtask')
|
||||
|
||||
Reference in New Issue
Block a user