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/group.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/group.php')
-rw-r--r-- | include/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php index 56bf210ff..79d70aca4 100644 --- a/include/group.php +++ b/include/group.php @@ -274,7 +274,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id $o = ''; - if(! (local_channel() && feature_enabled(local_channel(),'groups'))) { + if(! (local_channel() && \Zotlabs\Lib\Apps::system_app_installed(local_channel(), 'Privacy Groups'))) { return ''; } |