]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userrss.php
remove tag URI stuff; unused and confusing
[quix0rs-gnu-social.git] / actions / userrss.php
index 89fe0efb26d474d81d2e448d105ca09388bff645..2ae45dc9cd25d8ef094db12ea80a6a69f4f32083 100644 (file)
@@ -46,7 +46,7 @@ class UserrssAction extends Rss10Action {
 
                $notice = DB_DataObject::factory('notice');
                $notice->profile_id = $user->id; # user id === profile id
-               $notice->orderBy('created DESC');
+               $notice->orderBy('created DESC, notice.id DESC');
                if ($limit != 0) {
                        $notice->limit(0, $limit);
                }