X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Freplies.php;h=11d9c7c706cc29a777a326fa5b3e96ece2799e56;hb=0e52570bdce5f504c3e0ca6ed8a6cd381a0cd39f;hp=2ab5d2a08edc10d5041655118aa05e94e3023987;hpb=c909f351d07c50c433cd59fef00f41a67767ce9e;p=quix0rs-gnu-social.git diff --git a/actions/replies.php b/actions/replies.php index 2ab5d2a08e..11d9c7c706 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -90,8 +90,8 @@ class RepliesAction extends Action NOTICES_PER_PAGE + 1); if($this->page > 1 && $this->notice->N == 0){ - // TRANS: Server error when page not found (404) - $this->serverError(_('No such page.'),$code=404); + // TRANS: Client error when page not found (404) + $this->clientError(_('No such page.'), 404); } return true;