From 20afd310287982b5404fa7a3b56bfd379b185757 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 21 Feb 2024 00:20:50 +0700 Subject: [PATCH] Update search.php --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.php b/search.php index 0bfed5f0..232e5c3f 100644 --- a/search.php +++ b/search.php @@ -821,7 +821,7 @@ else 'IS_UNREAD' => $is_unread, 'TOPIC_ICON' => get_topic_icon($topic, $is_unread), 'PAGINATION' => ($moved) ? '' : build_topic_pagination(TOPIC_URL . $topic_id, $topic['topic_replies'], $bb_cfg['posts_per_page']), - 'REPLIES' => $topic['topic_replies'], + 'REPLIES' => ($moved) ? '' : $topic['topic_replies'], 'ATTACH' => $topic['topic_attachment'], 'STATUS' => $topic['topic_status'], 'TYPE' => $topic['topic_type'],