correct redirect of Quests with unspecified result
This commit is contained in:
parent
f11c3ec6c6
commit
619414cc61
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@
|
||||||
$this->Quests->setQuestSubmitted($quest['id'], $character['id']);
|
$this->Quests->setQuestSubmitted($quest['id'], $character['id']);
|
||||||
|
|
||||||
// Redirect
|
// Redirect
|
||||||
$this->redirect($this->linker->link(array(), 5, true, false, 'task'));
|
$this->redirect($this->linker->link(array(), 5, true, null, false, 'task'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(\hhu\z\exceptions\SubmissionNotValidException $e) {
|
catch(\hhu\z\exceptions\SubmissionNotValidException $e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue