summaryrefslogtreecommitdiff
path: root/app/Controller/TaskRecurrenceController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/TaskRecurrenceController.php')
-rw-r--r--app/Controller/TaskRecurrenceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/TaskRecurrenceController.php b/app/Controller/TaskRecurrenceController.php
index 1acf4038..cd9a2c92 100644
--- a/app/Controller/TaskRecurrenceController.php
+++ b/app/Controller/TaskRecurrenceController.php
@@ -57,7 +57,7 @@ class TaskRecurrenceController extends BaseController
$this->flash->failure(t('Unable to update your task.'));
}
- return $this->response->redirect($this->helper->url->to('task', 'show', array('project_id' => $task['project_id'], 'task_id' => $task['id'])), true);
+ return $this->response->redirect($this->helper->url->to('TaskViewController', 'show', array('project_id' => $task['project_id'], 'task_id' => $task['id'])), true);
}
return $this->edit($values, $errors);