mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
NOISSUE cleanup
This commit is contained in:
parent
b758cf93dd
commit
bd4372aff9
3 changed files with 15 additions and 14 deletions
|
|
@ -25,7 +25,7 @@ class boardModel extends module
|
|||
|
||||
// get the list config value, if it is not exitsted then setup the default value
|
||||
$list_config = $oModuleModel->getModulePartConfig('board', $module_srl);
|
||||
if(!$list_config || !count($list_config))
|
||||
if(!$list_config || count($list_config) <= 0)
|
||||
{
|
||||
$list_config = array( 'no', 'title', 'nick_name','regdate','readed_count');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue