summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-02 17:30:22 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-02 17:30:22 +0100
commitd08fd8254a9385a1fbb120b0a58e6b6564500bbe (patch)
tree6aae7c8dcf734d5859555f98c5141932d22b0df1 /actions/showfavorites.php
parent53ac232f91d675665fa2de1e47429d4d1cdd74fb (diff)
Document 404 "Page not found" server error for translators.
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r--actions/showfavorites.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php
index f2d082293..5b85de683 100644
--- a/actions/showfavorites.php
+++ b/actions/showfavorites.php
@@ -134,6 +134,7 @@ class ShowfavoritesAction extends OwnerDesignAction
}
if($this->page > 1 && $this->notice->N == 0){
+ // TRANS: Server error when page not found (404)
$this->serverError(_('No such page'),$code=404);
}