summaryrefslogtreecommitdiff
path: root/app/Template/task/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task/show.php')
-rw-r--r--app/Template/task/show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/show.php b/app/Template/task/show.php
index a5c2d5a7..565f0632 100644
--- a/app/Template/task/show.php
+++ b/app/Template/task/show.php
@@ -54,7 +54,7 @@
<?php if (!empty($comments)): ?>
<?= $this->hook->render('template:task:show:before-comments', array('task' => $task, 'project' => $project)) ?>
- <?= $this->render('comments/show', array(
+ <?= $this->render('task_comments/show', array(
'task' => $task,
'comments' => $comments,
'project' => $project,