Also include notices from other modules

This commit is contained in:
Kijin Sung 2020-10-29 01:06:52 +09:00
parent ba971f7b5a
commit e8b6db01fc

View file

@ -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);
}