aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-02-26 09:29:00 +0100
committerMario Vavti <mario@mariovavti.com>2019-02-26 09:29:00 +0100
commit0fdc0a01d07657ada40e88cd98090fdfb3c62990 (patch)
treeab2812c36af084f5fe0c54a5cc236c72b57d5659
parent08cacc494318d485de496850fd267e617bf91508 (diff)
parentde7f2eef47b06d2711473e50efd29ae12110e459 (diff)
downloadvolse-hubzilla-0fdc0a01d07657ada40e88cd98090fdfb3c62990.tar.gz
volse-hubzilla-0fdc0a01d07657ada40e88cd98090fdfb3c62990.tar.bz2
volse-hubzilla-0fdc0a01d07657ada40e88cd98090fdfb3c62990.zip
Merge branch 'dev' into 4.0RC
-rwxr-xr-xinclude/items.php2
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))));
}
}