From c6d57fe6bbdab241215e386dd503419a0e2cc100 Mon Sep 17 00:00:00 2001 From: coderkun Date: Wed, 23 Apr 2014 15:10:45 +0200 Subject: [PATCH] remove small leftover from testing in QuestsController --- controllers/QuestsController.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/QuestsController.inc b/controllers/QuestsController.inc index 8a44aab3..f5a3284d 100644 --- a/controllers/QuestsController.inc +++ b/controllers/QuestsController.inc @@ -625,7 +625,7 @@ $this->Quests->setQuestSubmitted($quest['id'], $character['id']); // Redirect - //$this->redirect($this->linker->link('Prolog', 5, true)); + $this->redirect($this->linker->link('Prolog', 5, true)); } } catch(\hhu\z\exceptions\SubmissionNotValidException $e) {