X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpublic.php;h=0b3b5fde846fd23b2cbb4aedcce78e25f71363a8;hb=ddb656fcd2a3233b26e28987d2f3425944908d30;hp=50278bfcedab55a80c9fe2c2ed359ad79399e727;hpb=4e6f587f868d71f08c618d0dedf6ddf0331619c2;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); }