From 619414cc61d6fa93a75a22d5ff27720d6a93d307 Mon Sep 17 00:00:00 2001 From: coderkun Date: Tue, 29 Apr 2014 01:16:17 +0200 Subject: [PATCH] correct redirect of Quests with unspecified result --- controllers/QuestsController.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {