diff options
author | Mario <mario@mariovavti.com> | 2018-09-28 11:46:17 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-09-28 11:46:17 +0200 |
commit | 41108fc4d33d86f895492a4514acbe647ed30435 (patch) | |
tree | b011fbef5c3aa42da4d67582b64412b5ee45569b /include | |
parent | 44bb0702030e0c7d6c15e1052b8c49d4cb109157 (diff) | |
download | volse-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.php | 2 |
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'), ] |