aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/topics.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/feed/topics.php')
-rw-r--r--phpBB/phpbb/feed/topics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/feed/topics.php b/phpBB/phpbb/feed/topics.php
index 88ca7c33f3..2b9cb3501a 100644
--- a/phpBB/phpbb/feed/topics.php
+++ b/phpBB/phpbb/feed/topics.php
@@ -71,7 +71,7 @@ class topics extends \phpbb\feed\topic_base
),
'WHERE' => 'p.topic_id = t.topic_id
AND ' . $this->db->sql_in_set('p.post_id', $post_ids),
- 'ORDER_BY' => 'p.post_time DESC',
+ 'ORDER_BY' => 'p.post_time DESC, p.post_id DESC',
);
return true;