mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
NOISSUE 게시판 목록 설정이 없을 떄 오류 수정
This commit is contained in:
parent
c640bf64ee
commit
e2836ca339
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ class boardView extends board
|
||||||
// list config, columnList setting
|
// list config, columnList setting
|
||||||
$oBoardModel = getModel('board');
|
$oBoardModel = getModel('board');
|
||||||
$this->listConfig = $oBoardModel->getListConfig($this->module_info->module_srl);
|
$this->listConfig = $oBoardModel->getListConfig($this->module_info->module_srl);
|
||||||
|
if(!$this->listConfig) $this->listConfig = array();
|
||||||
$this->_makeListColumnList();
|
$this->_makeListColumnList();
|
||||||
|
|
||||||
// display the notice list
|
// display the notice list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue