X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fshowprofiletag.php;fp=actions%2Fshowprofiletag.php;h=6ba0c18f90fdb65d3ad6b6cd1b1483402b626913;hb=acd36698b40ef9e4ae68bf806658353e4a2b8b5d;hp=d96acec5909971179af04fcd377f599fd1f5fc7c;hpb=95751331deca49615941501fbf7da6226075c094;p=quix0rs-gnu-social.git diff --git a/actions/showprofiletag.php b/actions/showprofiletag.php index d96acec590..6ba0c18f90 100644 --- a/actions/showprofiletag.php +++ b/actions/showprofiletag.php @@ -96,8 +96,8 @@ class ShowprofiletagAction 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;