summaryrefslogtreecommitdiff
path: root/app/Template/task
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-10 22:11:30 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-10 22:11:30 -0400
commit788ef2bc07206c676a8ad3f1e27aed9669c703ff (patch)
treedd3b84194fdb6db7911f036637cce67f47858a65 /app/Template/task
parent900e3fa1fd0a41e1617cd42a83b34d4c39d1730f (diff)
parent5e5af86638d301658d3910b94c68e8a35f676c00 (diff)
Merge pull-request #699
Diffstat (limited to 'app/Template/task')
-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 d51b5542..ec930715 100644
--- a/app/Template/task/show.php
+++ b/app/Template/task/show.php
@@ -4,5 +4,5 @@
<?= $this->render('tasklink/show', array('task' => $task, 'links' => $links)) ?>
<?= $this->render('subtask/show', array('task' => $task, 'subtasks' => $subtasks, 'project' => $project)) ?>
<?= $this->render('task/timesheet', array('task' => $task)) ?>
-<?= $this->render('file/show', array('task' => $task, 'files' => $files)) ?>
+<?= $this->render('file/show', array('task' => $task, 'files' => $files, 'images' => $images)) ?>
<?= $this->render('task/comments', array('task' => $task, 'comments' => $comments, 'project' => $project)) ?>