]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/allrss.php
utility for getting avatar or default avatar
[quix0rs-gnu-social.git] / actions / allrss.php
index 86d98284ebdded584d0f83d636e52606a6f0bb68..26e3f5241eb4888742e27faac378d8d2feeb4d04 100644 (file)
@@ -49,7 +49,7 @@ class AllrssAction extends Rss10Action {
                $notice->whereAdd('EXISTS (SELECT subscribed from subscription where subscriber = '.$user->id.' and subscribed = notice.profile_id)', 'OR');
                $notice->whereAdd('profile_id = ' . $user->id, 'OR');
 
-               $notice->orderBy('created DESC');
+               $notice->orderBy('created DESC, notice.id DESC');
                if ($limit != 0) {
                        $notice->limit(0, $limit);
                }