No need for values in array

This commit is contained in:
Eskiso
2016-10-04 08:53:07 +01:00
committed by GitHub
parent b2cfe6f0b1
commit 33436390b8

View File

@@ -7,7 +7,7 @@
<tr> <tr>
<th class="column-40"><?= t('Title') ?></th> <th class="column-40"><?= t('Title') ?></th>
<th><?= t('Assignee') ?></th> <th><?= t('Assignee') ?></th>
<?= $this->hook->render('template:subtask:table:header', array('subtask' => $subtask)) ?> <?= $this->hook->render('template:subtask:table:header', array()) ?>
<th><?= t('Time tracking') ?></th> <th><?= t('Time tracking') ?></th>
<?php if ($editable): ?> <?php if ($editable): ?>
<th class="column-5"></th> <th class="column-5"></th>