diff options
author | redmatrix <git@macgirvin.com> | 2016-04-26 17:38:44 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-26 17:38:44 -0700 |
commit | a67fa2651d3fe4016ba8cc5f0eb90bf3993fb028 (patch) | |
tree | 6932350659fa9b2948b54adf7f50e363b9ef6db9 /include/zot.php | |
parent | 509f25e46a37d7fae1a2d1934c6143e96aa6497d (diff) | |
download | volse-hubzilla-a67fa2651d3fe4016ba8cc5f0eb90bf3993fb028.tar.gz volse-hubzilla-a67fa2651d3fe4016ba8cc5f0eb90bf3993fb028.tar.bz2 volse-hubzilla-a67fa2651d3fe4016ba8cc5f0eb90bf3993fb028.zip |
implement the singleton delivery stuff
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 9d9f9ab5f..1ca1b862b 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3121,7 +3121,7 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { import_conv($channel,$arr['conv']); if(array_key_exists('mail',$arr) && $arr['mail']) - import_mail($channel,$arr['mail']); + sync_mail($channel,$arr['mail']); if(array_key_exists('event',$arr) && $arr['event']) sync_events($channel,$arr['event']); |