properly localize "not found"-pages

This commit is contained in:
Sarjuuk
2015-05-31 21:05:56 +02:00
parent 9fda302bf3
commit 398bb3fd40
25 changed files with 131 additions and 40 deletions

View File

@@ -30,7 +30,7 @@ class EventPage extends GenericPage
$this->subject = new WorldEventList($conditions);
if ($this->subject->error)
$this->notFound(Lang::game('event'));
$this->notFound(Lang::game('event'), Lang::event('notFound'));
$this->hId = $this->subject->getField('holidayId');
$this->eId = $this->subject->getField('eventBak');