From f91f3214c12e315afd8984653ea2d9db8408793d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 8 Mar 2016 22:02:42 -0500 Subject: Always display project name and task title in task views --- app/Controller/TaskRecurrence.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/TaskRecurrence.php') 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, -- cgit v1.2.3