diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index da9aee87b..be7448a33 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -526,7 +526,7 @@ class Conversation $live_update_div = '' . "\r\n"; } - $page_dropping = $this->session->getLocalUserId() && $this->session->getLocalUserId() == $uid; + $page_dropping = $this->session->getLocalUserId() && $this->session->getLocalUserId() == $uid && $mode != 'search'; if (!$update) { $_SESSION['return_path'] = $this->args->getQueryString();