diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-02-26 09:29:00 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-02-26 09:29:00 +0100 |
commit | 0fdc0a01d07657ada40e88cd98090fdfb3c62990 (patch) | |
tree | ab2812c36af084f5fe0c54a5cc236c72b57d5659 | |
parent | 08cacc494318d485de496850fd267e617bf91508 (diff) | |
parent | de7f2eef47b06d2711473e50efd29ae12110e459 (diff) | |
download | volse-hubzilla-0fdc0a01d07657ada40e88cd98090fdfb3c62990.tar.gz volse-hubzilla-0fdc0a01d07657ada40e88cd98090fdfb3c62990.tar.bz2 volse-hubzilla-0fdc0a01d07657ada40e88cd98090fdfb3c62990.zip |
Merge branch 'dev' into 4.0RC
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 30e758add..51aa81017 100755 --- a/include/items.php +++ b/include/items.php @@ -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($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)))); } } |