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

@@ -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'])
);
}