diff options
Diffstat (limited to 'actions/all.php')
-rw-r--r-- | actions/all.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/all.php b/actions/all.php index 3eb185214..72ba28b4e 100644 --- a/actions/all.php +++ b/actions/all.php @@ -60,6 +60,7 @@ class AllAction extends ProfileAction } if ($this->page > 1 && $this->notice->N == 0) { + // TRANS: Server error when page not found (404) $this->serverError(_('No such page'), $code = 404); } |