]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/publicrss.php
lcase tname
[quix0rs-gnu-social.git] / actions / publicrss.php
index 0916da00913062c8a03d881c12f92631fbc02558..621058d3fe7668c5d887e85dc13266c055e3c2f9 100644 (file)
@@ -40,7 +40,7 @@ class PublicrssAction extends Rss10Action {
 
                $notice->whereAdd('EXISTS (SELECT user.id from user where user.id = notice.profile_id)');
 
-               $notice->orderBy('created DESC');
+               $notice->orderBy('created DESC, notice.id DESC');
 
                if ($limit != 0) {
                        $notice->limit(0, $limit);