mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Also include notices from other modules
This commit is contained in:
parent
ba971f7b5a
commit
e8b6db01fc
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ class boardView extends board
|
|||
}
|
||||
|
||||
$args = new stdClass();
|
||||
$args->module_srl = $this->module_srl;
|
||||
$args->module_srl = $this->include_modules ?: $this->module_srl;
|
||||
$notice_output = DocumentModel::getNoticeList($args, $this->columnList);
|
||||
Context::set('notice_list', $notice_output->data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue