Fix regression in PR #2439
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
)) ?>
|
)) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if(!empty($files)): ?>
|
<?php if (!empty($files) || !empty($images)): ?>
|
||||||
<?= $this->hook->render('template:task:show:before-attachments', array('task' => $task, 'project' => $project)) ?>
|
<?= $this->hook->render('template:task:show:before-attachments', array('task' => $task, 'project' => $project)) ?>
|
||||||
<?= $this->render('task_file/show', array(
|
<?= $this->render('task_file/show', array(
|
||||||
'task' => $task,
|
'task' => $task,
|
||||||
|
|||||||
Reference in New Issue
Block a user