aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-06-14 09:12:47 +0200
committerMario Vavti <mario@mariovavti.com>2019-06-14 09:12:47 +0200
commit48604041e8b2f42c88b741dedae480029db72fdd (patch)
tree56a628a16efef45902f788b2cb60b07d2b31b118 /include/items.php
parent801ab611ede45921d1d6869fa65fc3fbf941d666 (diff)
downloadvolse-hubzilla-48604041e8b2f42c88b741dedae480029db72fdd.tar.gz
volse-hubzilla-48604041e8b2f42c88b741dedae480029db72fdd.tar.bz2
volse-hubzilla-48604041e8b2f42c88b741dedae480029db72fdd.zip
fix typo
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 35a5a6124..9ceb91519 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3846,7 +3846,7 @@ function delete_item_lowlevel($item, $stage = DROPITEM_NORMAL) {
if($x) {
$sync_data['event_deleted'] = 1;
- build_sync_packet($item['uid'], ['event' => [$syncsync_data]]);
+ build_sync_packet($item['uid'], ['event' => [$sync_data]]);
}
}