aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-17 13:16:04 +0200
committerMax Kostikov <max@kostikov.co>2018-09-17 13:16:04 +0200
commit12b9106fc7b91564e968ab14618f9677a4e879bb (patch)
tree3e7bb26f2ceaf0a166fd0e4d491e353b9fb4def9 /include
parentfaaffdd618748c5d32f6f04c120af0f791296f0d (diff)
downloadvolse-hubzilla-12b9106fc7b91564e968ab14618f9677a4e879bb.tar.gz
volse-hubzilla-12b9106fc7b91564e968ab14618f9677a4e879bb.tar.bz2
volse-hubzilla-12b9106fc7b91564e968ab14618f9677a4e879bb.zip
Update zot.php
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 38435a124..7e9ee3823 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -2338,7 +2338,7 @@ function process_mail_delivery($sender, $arr, $deliveries) {
);
if($r) {
if(intval($arr['mail_recalled'])) {
- msg_drop(intval($r[0]['id']), intval($channel['channel_id']), dbesc($r[0]['conv_guid']));
+ msg_drop($r[0]['id'], $channel['channel_id'], $r[0]['conv_guid']);
$DR->update('mail recalled');
$result[] = $DR->get();
logger('mail_recalled');