aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index aabcd2744..8d8cfe65f 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -868,7 +868,7 @@ function attach_store($channel, $observer_hash, $options = '', $arr = null) {
$sync = attach_export_data($channel,$hash);
if($sync)
- build_sync_packet(0,array('file' => array($sync)));
+ build_sync_packet($channel['channel_id'],array('file' => array($sync)));
return $ret;
}