aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/message.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/message.php b/include/message.php
index 73471f573..4c59f601c 100644
--- a/include/message.php
+++ b/include/message.php
@@ -517,9 +517,9 @@ function private_messages_drop($channel_id, $messageitem_id, $drop_conversation
);
// ...and refer whole thread to it
q("UPDATE mail SET parent_mid = '%s', mail_isreply = abs(mail_isreply - 1) WHERE conv_guid = '%s' AND channel_id = %d",
- dbesc($r[0]['mid']),
- dbesc($x[0]['conv_guid']),
- intval($channel_id)
+ dbesc($r[0]['mid']),
+ dbesc($x[0]['conv_guid']),
+ intval($channel_id)
);
}