summaryrefslogtreecommitdiff
path: root/app/Controller/TaskRecurrence.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/TaskRecurrence.php')
-rw-r--r--app/Controller/TaskRecurrence.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/TaskRecurrence.php b/app/Controller/TaskRecurrence.php
index f02f3cdc..569ef8d9 100644
--- a/app/Controller/TaskRecurrence.php
+++ b/app/Controller/TaskRecurrence.php
@@ -23,7 +23,7 @@ class TaskRecurrence extends Base
$values = $task;
}
- $this->response->html($this->helper->layout->task('task_recurrence/edit', array(
+ $this->response->html($this->template->render('task_recurrence/edit', array(
'values' => $values,
'errors' => $errors,
'task' => $task,