X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnoticesearchrss.php;h=c9d08ce8e77c1d2ba9af5f09b49a65c7b69a6252;hb=334c652e80e9bb9e53116963ec3f794588be4439;hp=4e206c9a2549ab7b6caab7b29cb5ac747f1ddb89;hpb=8b32942658b179010315450a62b473631a501399;p=quix0rs-gnu-social.git diff --git a/actions/noticesearchrss.php b/actions/noticesearchrss.php index 4e206c9a25..c9d08ce8e7 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.