From 10f662ce07cdc0924cb6688fcb2d502e7aa21acc Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 13 May 2016 21:44:31 -0400 Subject: Add tasks in bulk from the board --- app/Controller/Taskcreation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/Taskcreation.php') diff --git a/app/Controller/Taskcreation.php b/app/Controller/Taskcreation.php index 1d8a0e29..1c9e0d82 100644 --- a/app/Controller/Taskcreation.php +++ b/app/Controller/Taskcreation.php @@ -79,6 +79,6 @@ class Taskcreation extends Base )); } - $this->response->redirect($this->helper->url->to('board', 'show', array('project_id' => $project['id']))); + $this->response->redirect($this->helper->url->to('board', 'show', array('project_id' => $project['id'])), true); } } -- cgit v1.2.3