use $channel_id until the function is adapted to not need it

This commit is contained in:
Mario Vavti 2019-02-26 09:28:16 +01:00
parent a449ffe49d
commit de7f2eef47

View File

@ -4688,7 +4688,7 @@ function sync_an_item($channel_id,$item_id) {
if($r) {
xchan_query($r);
$sync_item = fetch_post_tags($r);
build_sync_packet($r[0]['uid'],array('item' => array(encode_item($sync_item[0],true))));
build_sync_packet($channel_id, array('item' => array(encode_item($sync_item[0],true))));
}
}