diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-27 19:18:53 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-27 19:18:53 -0800 |
commit | 14183b8fb548b6525d6ce98b52ce5ec7f2580f2e (patch) | |
tree | 690d08f0da66370538149420ab196fec5dc1e089 | |
parent | f34e6d897766ab93a0c0dede9d89f5536c4f60e9 (diff) | |
download | volse-hubzilla-14183b8fb548b6525d6ce98b52ce5ec7f2580f2e.tar.gz volse-hubzilla-14183b8fb548b6525d6ce98b52ce5ec7f2580f2e.tar.bz2 volse-hubzilla-14183b8fb548b6525d6ce98b52ce5ec7f2580f2e.zip |
move privacy groups to the newly created Access Control and Permissions tab. Not for 3.2 as it requires string changes from the prior checkin.
-rw-r--r-- | include/features.php | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php index be4017776..993266977 100644 --- a/include/features.php +++ b/include/features.php @@ -208,6 +208,15 @@ function get_features($filtered = true) { t('Access Control and Permissions'), [ + 'groups', + t('Privacy Groups'), + t('Enable management and selection of privacy groups'), + true, + get_config('feature_lock','groups'), + feature_level('groups',0), + ], + + [ 'multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles'), @@ -339,14 +348,6 @@ function get_features($filtered = true) { feature_level('archives',1), ], - [ - 'groups', - t('Privacy Groups'), - t('Enable management and selection of privacy groups'), - true, - get_config('feature_lock','groups'), - feature_level('groups',0), - ], [ 'savedsearch', |