From 41108fc4d33d86f895492a4514acbe647ed30435 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 28 Sep 2018 11:46:17 +0200 Subject: nav_channel_select should be off by default --- include/features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/features.php b/include/features.php index 5584ba3e4..d10046fd6 100644 --- a/include/features.php +++ b/include/features.php @@ -283,7 +283,7 @@ function get_features($filtered = true, $level = (-1)) { 'nav_channel_select', t('Navigation Channel Select'), t('Change channels directly from within the navigation dropdown menu'), - true, + false, get_config('feature_lock','nav_channel_select'), ] -- cgit v1.2.3