Theme fixes
This commit is contained in:
committed by
Fredrick Brennan
parent
c7e5cd6814
commit
2600298be8
@@ -45,7 +45,7 @@
|
||||
public function build($settings, $board_name) {
|
||||
global $config, $board;
|
||||
|
||||
if ($board['uri'] != $board_name) {
|
||||
if (!isset($board) || $board['uri'] != $board_name) {
|
||||
if (!openBoard($board_name)) {
|
||||
error(sprintf(_("Board %s doesn't exist"), $board_name));
|
||||
}
|
||||
|
Reference in New Issue
Block a user