mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge branch 'master' of github.com:Lastorder-DC/rhymix
This commit is contained in:
commit
85f9c4d031
39 changed files with 396 additions and 220 deletions
|
|
@ -3585,7 +3585,7 @@ class DocumentController extends Document
|
|||
{
|
||||
// Set message
|
||||
$title = sprintf(lang('default_message_format'), $actions[$obj->type]);
|
||||
$content = <<<EOT
|
||||
$common_content = <<<EOT
|
||||
<div style="padding:10px 0;"><strong>{$title}</strong></div>
|
||||
<p>{$obj->manager_message}</p>
|
||||
<hr>
|
||||
|
|
@ -3615,7 +3615,7 @@ class DocumentController extends Document
|
|||
$oCommunicationController = CommunicationController::getInstance();
|
||||
foreach ($recipients as $member_srl => $items)
|
||||
{
|
||||
$content = sprintf($content, implode('', $items));
|
||||
$content = sprintf($common_content, implode('', $items));
|
||||
$oCommunicationController->sendMessage($this->user->member_srl, $member_srl, $title, $content, true, null, false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue