Fixed display for instances without boardlists
This commit is contained in:
parent
11ea39a22c
commit
e210a73a2e
@ -38,7 +38,7 @@
|
|||||||
function createBoardlist($mod=false) {
|
function createBoardlist($mod=false) {
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
if(!isset($config['boards'])) return '';
|
if(!isset($config['boards'])) return Array('top'=>'','bottom'=>'');
|
||||||
|
|
||||||
$body = doBoardListPart($config['boards'], $mod?'?/':$config['root']);
|
$body = doBoardListPart($config['boards'], $mod?'?/':$config['root']);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user