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/Taskstatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/Taskstatus.php') diff --git a/app/Controller/Taskstatus.php b/app/Controller/Taskstatus.php index c07f2cc5..a67459c9 100644 --- a/app/Controller/Taskstatus.php +++ b/app/Controller/Taskstatus.php @@ -55,7 +55,7 @@ class Taskstatus extends Base return $this->response->redirect($this->helper->url->to('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])), true); } - $this->response->html($this->helper->layout->task($template, array( + $this->response->html($this->template->render($template, array( 'task' => $task, ))); } -- cgit v1.2.3