X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpublic.php;h=0b3b5fde846fd23b2cbb4aedcce78e25f71363a8;hb=4b80ce0be89fe50eabec1a19dbf4a0c26a413423;hp=50278bfcedab55a80c9fe2c2ed359ad79399e727;hpb=c4557d4d0700c09742b9d2e002c2d2b0161558f3;p=quix0rs-gnu-social.git diff --git a/actions/public.php b/actions/public.php index 50278bfced..0b3b5fde84 100644 --- a/actions/public.php +++ b/actions/public.php @@ -94,6 +94,7 @@ class PublicAction extends Action } if($this->page > 1 && $this->notice->N == 0){ + // TRANS: Server error when page not found (404) $this->serverError(_('No such page'),$code=404); }