summaryrefslogtreecommitdiff
path: root/app/Template/task/show.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-04-24 17:03:09 -0400
committerFrederic Guillot <fred@kanboard.net>2016-04-24 17:03:09 -0400
commitf74d7ef209701bba905c0179b30f24a6e3faa5db (patch)
tree1034252a7525c24e8dc828c9e010b56faca272e8 /app/Template/task/show.php
parent51ec4b4cf86c7f4a7552f8e01cee704cc6b4b57b (diff)
Added more template hooks
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 86422941..8f41d653 100644
--- a/app/Template/task/show.php
+++ b/app/Template/task/show.php
@@ -34,7 +34,7 @@
'project' => $project,
)) ?>
-<?= $this->hook->render('template:task:show:before-attachements', array('task' => $task, 'project' => $project)) ?>
+<?= $this->hook->render('template:task:show:before-attachments', array('task' => $task, 'project' => $project)) ?>
<?= $this->render('task_file/show', array(
'task' => $task,
'files' => $files,