diff options
Diffstat (limited to 'app/Template/task/public.php')
-rw-r--r-- | app/Template/task/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/public.php b/app/Template/task/public.php index b8405ff7..eb3b9f1d 100644 --- a/app/Template/task/public.php +++ b/app/Template/task/public.php @@ -26,7 +26,7 @@ 'is_public' => true, )) ?> - <?= $this->render('comments/show', array( + <?= $this->render('task_comments/show', array( 'task' => $task, 'comments' => $comments, 'project' => $project, |