mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Delete to check data code when get notice list
This commit is contained in:
parent
03aef25eda
commit
0f66507030
1 changed files with 1 additions and 4 deletions
|
|
@ -465,10 +465,7 @@ class boardView extends board
|
|||
$args->module_srl = $this->include_modules ?: $this->module_srl;
|
||||
}
|
||||
$output = DocumentModel::getNoticeList($args, $this->columnList);
|
||||
if(isset($output->data))
|
||||
{
|
||||
$notice_list = $output->data;
|
||||
}
|
||||
$notice_list = $output->data;
|
||||
|
||||
$this->_fillModuleTitles($notice_list);
|
||||
Context::set('notice_list', $notice_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue