diff --git a/actions/public.php b/actions/public.php index 7452859616..98e570e80b 100644 --- a/actions/public.php +++ b/actions/public.php @@ -65,7 +65,7 @@ class PublicAction extends StreamAction { $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'); # We fetch one extra, to see if we need an "older" link