diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-17 13:15:43 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-17 13:15:43 +0200 |
commit | faaffdd618748c5d32f6f04c120af0f791296f0d (patch) | |
tree | b3e21284a7d5b7ce1d7b7c845b44d160927097a4 | |
parent | 774729b2215b9d417a6736b1dbaa5bf593df760d (diff) | |
download | volse-hubzilla-faaffdd618748c5d32f6f04c120af0f791296f0d.tar.gz volse-hubzilla-faaffdd618748c5d32f6f04c120af0f791296f0d.tar.bz2 volse-hubzilla-faaffdd618748c5d32f6f04c120af0f791296f0d.zip |
Update message.php
-rw-r--r-- | include/message.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |