aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-27 19:18:53 -0800
committerzotlabs <mike@macgirvin.com>2018-02-27 19:18:53 -0800
commit14183b8fb548b6525d6ce98b52ce5ec7f2580f2e (patch)
tree690d08f0da66370538149420ab196fec5dc1e089 /include
parentf34e6d897766ab93a0c0dede9d89f5536c4f60e9 (diff)
downloadvolse-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.
Diffstat (limited to 'include')
-rw-r--r--include/features.php17
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',