From 12b9106fc7b91564e968ab14618f9677a4e879bb Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Mon, 17 Sep 2018 13:16:04 +0200 Subject: Update zot.php --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') 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'); -- cgit v1.2.3