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 7a58e670..5db02529 100644
--- a/app/Controller/ActivityController.php
+++ b/app/Controller/ActivityController.php
@@ -56,7 +56,7 @@ class ActivityController extends BaseController
'task' => $task,
'project' => $this->projectModel->getById($task['project_id']),
'events' => $this->helper->projectActivity->getTaskEvents($task['id']),
- 'tags' => $this->taskTagModel->getList($task['id']),
+ 'tags' => $this->taskTagModel->getTagsByTask($task['id']),
)));
}
}