Merge branch 'fix-sync_an_item' into 'dev'
Fix sync an item See merge request hubzilla/core!1531
This commit is contained in:
commit
a449ffe49d
@ -4688,7 +4688,7 @@ function sync_an_item($channel_id,$item_id) {
|
|||||||
if($r) {
|
if($r) {
|
||||||
xchan_query($r);
|
xchan_query($r);
|
||||||
$sync_item = fetch_post_tags($r);
|
$sync_item = fetch_post_tags($r);
|
||||||
build_sync_packet($channel_d,array('item' => array(encode_item($sync_item[0],true))));
|
build_sync_packet($r[0]['uid'],array('item' => array(encode_item($sync_item[0],true))));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user