diff options
author | Mario <mario@mariovavti.com> | 2018-09-22 20:15:34 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-09-22 20:15:34 +0200 |
commit | b296a73330267ea0e7444f1ab66b546ecfef02af (patch) | |
tree | e0304961f181098f160f94751318e6594c261f36 | |
parent | 65be3de200040bad89a4b5bc78fb6ff72bfffaad (diff) | |
download | volse-hubzilla-b296a73330267ea0e7444f1ab66b546ecfef02af.tar.gz volse-hubzilla-b296a73330267ea0e7444f1ab66b546ecfef02af.tar.bz2 volse-hubzilla-b296a73330267ea0e7444f1ab66b546ecfef02af.zip |
this should be off by default
-rw-r--r-- | Zotlabs/Module/Settings/Manage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Manage.php b/Zotlabs/Module/Settings/Manage.php index f10f4d502..e13017d6b 100644 --- a/Zotlabs/Module/Settings/Manage.php +++ b/Zotlabs/Module/Settings/Manage.php @@ -42,7 +42,7 @@ class Manage { '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'), ] |