]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
lcase tname
[quix0rs-gnu-social.git] / actions / all.php
index ae21b81ee68ddc4aab5136cc91be9be1a3f4f641..20aea766868552348f4b275a84bd29642a85dccb 100644 (file)
@@ -80,7 +80,7 @@ class AllAction extends StreamAction {
                $notice->whereAdd('EXISTS (SELECT subscribed from subscription where subscriber = '.$profile->id.' and subscribed = notice.profile_id)', 'OR');
                $notice->whereAdd('profile_id = ' . $profile->id, 'OR');
 
-               $notice->orderBy('created DESC');
+               $notice->orderBy('created DESC, notice.id DESC');
 
                $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;