aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorDM42.Net (Matt Dent) <dentm42@dm42.net>2019-02-23 10:09:58 -0500
committerDM42.Net (Matt Dent) <dentm42@dm42.net>2019-02-23 10:09:58 -0500
commit3b2efb1000485057546925882df370187455b588 (patch)
tree7ab141748524fda016691935dab84677a4276175 /include/items.php
parentef6a280019e105bd90aca5c25e395237f9de934b (diff)
downloadvolse-hubzilla-3b2efb1000485057546925882df370187455b588.tar.gz
volse-hubzilla-3b2efb1000485057546925882df370187455b588.tar.bz2
volse-hubzilla-3b2efb1000485057546925882df370187455b588.zip
Fix misspelled variable
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..6e6727084 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))));
}
}