mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix undefined module configuration name
This commit is contained in:
parent
80eb973615
commit
5e914791e2
1 changed files with 1 additions and 1 deletions
|
|
@ -671,7 +671,7 @@ class BoardView extends Board
|
|||
$selectedColumnList = array_keys($this->listConfig);
|
||||
|
||||
// Return all columns for some legacy skins
|
||||
if($this->module_info->skin == 'xe_guestbook' || $this->module_info->default_style == 'blog')
|
||||
if($this->module_info->skin == 'xe_guestbook' || ($this->module_info->default_style ?? '') == 'blog')
|
||||
{
|
||||
$this->columnList = $allColumnList;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue