summaryrefslogtreecommitdiff
path: root/app/Controller/Taskcreation.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Taskcreation.php')
-rw-r--r--app/Controller/Taskcreation.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}