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();

View File

@@ -3372,7 +3372,7 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) {
dbesc($cl['name']),
intval($cl['visible']),
intval($cl['deleted']),
dbesc($cl['hash']),
dbesc($cl['collection']),
intval($channel['channel_id'])
);
}