diff --git a/controllers/QuestsController.inc b/controllers/QuestsController.inc index 9c91a9b3..bdb9aa9c 100644 --- a/controllers/QuestsController.inc +++ b/controllers/QuestsController.inc @@ -627,7 +627,7 @@ $this->Quests->setQuestSubmitted($quest['id'], $character['id']); // 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) {