no extra nulls on home page

This commit is contained in:
Evan Prodromou 2011-04-18 16:28:41 -04:00
parent aa7b6447a1
commit 98b3f5ea91
1 changed files with 1 additions and 3 deletions

View File

@ -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).