1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 04:31:23 +01:00

Fixed display for instances without boardlists

This commit is contained in:
Savetheinternet 2011-02-20 18:46:38 +11:00
parent 1b802ad667
commit 3c80d8b857

View File

@ -38,7 +38,7 @@
function createBoardlist($mod=false) {
global $config;
if(!isset($config['boards'])) return '';
if(!isset($config['boards'])) return Array('top'=>'','bottom'=>'');
$body = doBoardListPart($config['boards'], $mod?'?/':$config['root']);