Merge branch 'dev' into 4.0RC
This commit is contained in:
commit
0fdc0a01d0
@ -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($channel_id, array('item' => array(encode_item($sync_item[0],true))));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user