mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
properly localize "not found"-pages
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user