Add empty boards_alias to inc/config, should fix #133

This commit is contained in:
Benjamin Southall 2017-10-21 19:16:31 +09:00
parent a9a0b39360
commit a82a3698ad

View File

@ -1879,3 +1879,6 @@
// Show "Home" link in page navigation. Use with the Catalog theme. Set to false to disable. // Show "Home" link in page navigation. Use with the Catalog theme. Set to false to disable.
$config['home_link'] = true; $config['home_link'] = true;
//Empty board alias
$config['boards_alias'] = array();