From b7d7697e33b25790d3c72e8bd455d57b78982a01 Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 20 Aug 2015 13:24:42 +0200 Subject: [PATCH] fix redirect when cancelling Quest deletion --- controllers/QuestsController.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/QuestsController.inc b/controllers/QuestsController.inc index 33d78b04..361440ab 100644 --- a/controllers/QuestsController.inc +++ b/controllers/QuestsController.inc @@ -1091,7 +1091,7 @@ } // Redirect to entry - $this->redirect($this->linker->link(array('seminary', $seminary['url']), 1)); + $this->redirect($this->linker->link(array('quest', $seminary['url'], $questgroup['url'], $quest['url']), 1)); }