summaryrefslogtreecommitdiff
path: root/actions/noticesearchrss.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/noticesearchrss.php')
-rw-r--r--actions/noticesearchrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/noticesearchrss.php b/actions/noticesearchrss.php
index 4e206c9a2..c9d08ce8e 100644
--- a/actions/noticesearchrss.php
+++ b/actions/noticesearchrss.php
@@ -40,7 +40,7 @@ class NoticesearchrssAction extends Rss10Action {
$q = strtolower($q);
$notice->whereAdd('MATCH(content) against (\''.addslashes($q).'\')');
- $notice->orderBy('created DESC');
+ $notice->orderBy('created DESC, notice.id DESC');
# Ask for an extra to see if there's more.