From: Evan Prodromou Date: Mon, 18 Apr 2011 20:28:41 +0000 (-0400) Subject: no extra nulls on home page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=98b3f5ea919881209692ade2a0143de72d096dfb;p=quix0rs-gnu-social.git no extra nulls on home page --- diff --git a/actions/all.php b/actions/all.php index 96f688f720..24d8f6ec09 100644 --- a/actions/all.php +++ b/actions/all.php @@ -59,9 +59,7 @@ class AllAction extends ProfileAction $stream = new ThreadingInboxNoticeStream($this->user, Profile::current()); $this->notice = $stream->getNotices(($this->page-1)*NOTICES_PER_PAGE, - NOTICES_PER_PAGE + 1, - null, - null); + NOTICES_PER_PAGE + 1); if ($this->page > 1 && $this->notice->N == 0) { // TRANS: Server error when page not found (404).