summaryrefslogtreecommitdiff
path: root/app/Controller/ActivityController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/ActivityController.php')
-rw-r--r--app/Controller/ActivityController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/ActivityController.php b/app/Controller/ActivityController.php
index a8fc1b39..9f9841af 100644
--- a/app/Controller/ActivityController.php
+++ b/app/Controller/ActivityController.php
@@ -38,7 +38,7 @@ class ActivityController extends BaseController
$this->response->html($this->helper->layout->task('activity/task', array(
'title' => $task['title'],
'task' => $task,
- 'project' => $this->project->getById($task['project_id']),
+ 'project' => $this->projectModel->getById($task['project_id']),
'events' => $this->helper->projectActivity->getTaskEvents($task['id']),
)));
}