diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-08 22:02:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-08 22:02:42 -0500 |
commit | f91f3214c12e315afd8984653ea2d9db8408793d (patch) | |
tree | 45de211e61189da032f1646f67c4de2a566558dc /app/Controller/TaskRecurrence.php | |
parent | d4eea1e252771e5f764c7654c7b9fc1b86b2ce9d (diff) |
Always display project name and task title in task views
Diffstat (limited to 'app/Controller/TaskRecurrence.php')
-rw-r--r-- | app/Controller/TaskRecurrence.php | 2 |
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, |