diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-25 12:59:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-25 12:59:53 +0200 |
commit | 9948bb3f2aa3bf3efa68623b87ba854fb59b4926 (patch) | |
tree | 9bc78217ec86ee286baae1c85fa8f3523097789f /include/features.php | |
parent | 0722775038121905b04af9601b55075ddf574bf3 (diff) | |
download | volse-hubzilla-9948bb3f2aa3bf3efa68623b87ba854fb59b4926.tar.gz volse-hubzilla-9948bb3f2aa3bf3efa68623b87ba854fb59b4926.tar.bz2 volse-hubzilla-9948bb3f2aa3bf3efa68623b87ba854fb59b4926.zip |
appification of privacy groups
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/features.php b/include/features.php index 12b0ed787..0da6a9725 100644 --- a/include/features.php +++ b/include/features.php @@ -75,15 +75,6 @@ function get_features($filtered = true, $level = (-1)) { 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), - ], - - [ 'permcats', t('Permission Categories'), t('Create custom connection permission limits'), |