aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-09-28 11:46:17 +0200
committerMario <mario@mariovavti.com>2018-09-28 11:46:17 +0200
commit41108fc4d33d86f895492a4514acbe647ed30435 (patch)
treeb011fbef5c3aa42da4d67582b64412b5ee45569b /include
parent44bb0702030e0c7d6c15e1052b8c49d4cb109157 (diff)
downloadvolse-hubzilla-41108fc4d33d86f895492a4514acbe647ed30435.tar.gz
volse-hubzilla-41108fc4d33d86f895492a4514acbe647ed30435.tar.bz2
volse-hubzilla-41108fc4d33d86f895492a4514acbe647ed30435.zip
nav_channel_select should be off by default
Diffstat (limited to 'include')
-rw-r--r--include/features.php2
1 files changed, 1 insertions, 1 deletions
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'),
]