diff --git a/web/app/controllers/user_msg.php b/web/app/controllers/user_msg.php index 070ae321d..4513cbb81 100644 --- a/web/app/controllers/user_msg.php +++ b/web/app/controllers/user_msg.php @@ -151,7 +151,7 @@ function deleteMsg($msgId) { $.ajaxSetup({async:false}); refreshConversations(); - enterConversation(""); + enterConversation(); });