aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-03-04 14:50:33 -0800
committerzotlabs <mike@macgirvin.com>2019-03-04 14:50:33 -0800
commit9ede57b228b7baf9e1bc5881d33ebf55773af7a3 (patch)
tree1dcbf86f3d652c908ecb1b12b970bbfccaf550b8 /include/items.php
parent29cb62af3dba0a6a2891800cfe97578c1a2819ae (diff)
parente074d02714db4722384431e68bb8c26d3b3caf99 (diff)
downloadvolse-hubzilla-9ede57b228b7baf9e1bc5881d33ebf55773af7a3.tar.gz
volse-hubzilla-9ede57b228b7baf9e1bc5881d33ebf55773af7a3.tar.bz2
volse-hubzilla-9ede57b228b7baf9e1bc5881d33ebf55773af7a3.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'include/items.php')
-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))));
}
}