aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-05 18:08:06 -0800
committerfriendica <info@friendica.com>2013-01-05 18:08:06 -0800
commit529451a4e535abb015589149c01b1e9f6d5a0ce2 (patch)
tree183c58e3df61c36c2111ccda7747cad8bc13ab2c /include/zot.php
parent22ceb7c048c94cd11ad68652e44234e601df3ee9 (diff)
downloadvolse-hubzilla-529451a4e535abb015589149c01b1e9f6d5a0ce2.tar.gz
volse-hubzilla-529451a4e535abb015589149c01b1e9f6d5a0ce2.tar.bz2
volse-hubzilla-529451a4e535abb015589149c01b1e9f6d5a0ce2.zip
start rewrite of notification system delivery backend
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index e134ac428..2752fc2e4 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -987,6 +987,7 @@ function process_mail_delivery($sender,$arr,$deliveries) {
$arr['account_id'] = $channel['channel_account_id'];
$arr['channel_id'] = $channel['channel_id'];
$item_id = mail_store($arr);
+
}
}
}