]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
utility for getting avatar or default avatar
[quix0rs-gnu-social.git] / actions / showstream.php
index 88a8a90ca3716118304cc2569ce3fb5a3311e46e..8980b4de159692c37130da710069d84dfd03c76d 100644 (file)
@@ -306,7 +306,7 @@ class ShowstreamAction extends StreamAction {
                $notice = DB_DataObject::factory('notice');
                $notice->profile_id = $profile->id;
 
-               $notice->orderBy('created DESC');
+               $notice->orderBy('created DESC, notice.id DESC');
 
                $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;