1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

Fixed display for instances without boardlists

This commit is contained in:
Savetheinternet 2011-02-20 18:46:38 +11:00
parent 11ea39a22c
commit e210a73a2e

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']);