From 354e37971d43d3b62d8f4e2a23eff09e88525627 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 25 Mar 2016 17:41:41 -0400 Subject: Unification of project header --- app/Controller/Activity.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller/Activity.php') diff --git a/app/Controller/Activity.php b/app/Controller/Activity.php index db520ebe..e455b1da 100644 --- a/app/Controller/Activity.php +++ b/app/Controller/Activity.php @@ -38,6 +38,7 @@ class Activity extends Base $this->response->html($this->helper->layout->task('activity/task', array( 'title' => $task['title'], 'task' => $task, + 'project' => $this->project->getById($task['project_id']), 'events' => $this->projectActivity->getTask($task['id']), ))); } -- cgit v1.2.3