mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
03aef25eda 보완
This commit is contained in:
parent
be062e2133
commit
98d7f8400b
2 changed files with 1 additions and 3 deletions
|
|
@ -465,7 +465,7 @@ class boardView extends board
|
|||
$args->module_srl = $this->include_modules ?: $this->module_srl;
|
||||
}
|
||||
$output = DocumentModel::getNoticeList($args, $this->columnList);
|
||||
$notice_list = $output->data;
|
||||
$notice_list = $output->data ?? [];
|
||||
|
||||
$this->_fillModuleTitles($notice_list);
|
||||
Context::set('notice_list', $notice_list);
|
||||
|
|
|
|||
|
|
@ -343,8 +343,6 @@ class documentModel extends document
|
|||
|
||||
self::setToAllDocumentExtraVars();
|
||||
|
||||
|
||||
|
||||
// Call trigger (after)
|
||||
// This trigger can be used to modify search results
|
||||
ModuleHandler::triggerCall('document.getNoticeList', 'after', $output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue