hubzilla issue #832

This commit is contained in:
zotlabs
2017-07-19 18:32:16 -07:00
parent 6103c30184
commit df7f0eb9a4
4 changed files with 8 additions and 3 deletions

View File

@@ -278,8 +278,9 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
$o = '';
if(! (local_channel() && feature_enabled(local_channel(),'groups')))
if(! (local_channel() && feature_enabled(local_channel(),'groups'))) {
return '';
}
$groups = array();