From 25b9e90ef3b6018f898047be025ad859fcbbd96a Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 23 Sep 2015 20:59:21 -0400 Subject: Do not check anymore data folder permissions People who are using a remote database (Mysql/Postgresql) and a remote file storage (Aws S3 or similar) don't necessary needs to have a persistent local data folder or to change the permissions. --- app/Template/layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/layout.php') 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 @@ render('header', array( 'title' => $title, 'description' => isset($description) ? $description : '', - 'board_selector' => $board_selector, + 'board_selector' => isset($board_selector) ? $board_selector : array(), )) ?>
app->flashMessage() ?> -- cgit v1.2.3