Fix #1608 leave copy of notice in board manager's message box

This commit is contained in:
Kijin Sung 2021-02-10 00:49:52 +09:00
parent f4758b7570
commit e8e6546067

View file

@ -2990,7 +2990,7 @@ Content;
$oCommunicationController = getController('communication');
foreach ($recipients as $member_srl => $items)
{
$oCommunicationController->sendMessage($this->user->member_srl, $member_srl, $title, sprintf($content, implode('', $items)), false);
$oCommunicationController->sendMessage($this->user->member_srl, $member_srl, $title, sprintf($content, implode('', $items)));
}
}