From faaffdd618748c5d32f6f04c120af0f791296f0d Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Mon, 17 Sep 2018 13:15:43 +0200 Subject: Update message.php --- include/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/message.php b/include/message.php index 00a1ada38..936c01631 100644 --- a/include/message.php +++ b/include/message.php @@ -500,7 +500,7 @@ function private_messages_drop($channel_id, $messageitem_id, $drop_conversation else { xchan_mail_query($x[0]); $x[0]['mail_deleted'] = true; - msg_drop(intval($messageitem_id), intval($channel_id), dbesc($x[0]['conv_guid'])); + msg_drop($messageitem_id, $channel_id, $x[0]['conv_guid']); build_sync_packet($channel_id,array('mail' => array(encode_mail($x,true)))); return true; } -- cgit v1.2.3