correct redirect of Quests with unspecified result

This commit is contained in:
coderkun 2014-04-29 01:16:17 +02:00
commit 619414cc61

View file

@ -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) {