diff options
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index cba8d2a3..20582952 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -47,7 +47,7 @@ <?= $this->render('header', array( 'title' => $title, 'description' => isset($description) ? $description : '', - 'board_selector' => $board_selector, + 'board_selector' => isset($board_selector) ? $board_selector : array(), )) ?> <section class="page"> <?= $this->app->flashMessage() ?> |