Skip to content

Commit

Permalink
Attempt to call plugin-specific templates
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
aljawaid authored Oct 20, 2022
1 parent 92b0e50 commit 275f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/task_comments/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<hr>
<?php foreach ($comments as $comment): ?>
<?= $this->render('comment/show', array(
<?= $this->render('kanboardEmailHistory:comment/show', array(
'comment' => $comment,
'task' => $task,
'project' => $project,
Expand Down

0 comments on commit 275f5f0

Please sign in to comment.