diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-17 13:16:04 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-17 13:16:04 +0200 |
commit | 12b9106fc7b91564e968ab14618f9677a4e879bb (patch) | |
tree | 3e7bb26f2ceaf0a166fd0e4d491e353b9fb4def9 | |
parent | faaffdd618748c5d32f6f04c120af0f791296f0d (diff) | |
download | volse-hubzilla-12b9106fc7b91564e968ab14618f9677a4e879bb.tar.gz volse-hubzilla-12b9106fc7b91564e968ab14618f9677a4e879bb.tar.bz2 volse-hubzilla-12b9106fc7b91564e968ab14618f9677a4e879bb.zip |
Update 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 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'); |