From e1ea080e3f14d3d25ab1ad5052da1dc2f79958c9 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Sat, 21 Oct 2017 19:16:31 +0900 Subject: [PATCH] Add empty boards_alias to inc/config, should fix #133 --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index ba8e09aa..216625a8 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1879,3 +1879,6 @@ // Show "Home" link in page navigation. Use with the Catalog theme. Set to false to disable. $config['home_link'] = true; + + //Empty board alias + $config['boards_alias'] = array();