From f4a7ec65501be662da62650322f6741d569d65d8 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 20 Jul 2024 15:45:57 +0700 Subject: [PATCH] Update topic_watch.php --- library/includes/ucp/topic_watch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/ucp/topic_watch.php b/library/includes/ucp/topic_watch.php index a3c453a1..e23dbb65 100644 --- a/library/includes/ucp/topic_watch.php +++ b/library/includes/ucp/topic_watch.php @@ -65,7 +65,7 @@ if ($watch_count > 0) AND p.poster_id = u2.user_id AND t.topic_poster = u.user_id AND w.user_id = $user_id - GROUP BY t.topic_last_post_time DESC + ORDER BY t.topic_last_post_time DESC LIMIT $start, $per_page"; if (!($result = DB() ->sql_query($sql))) {