Removed second argument (empty)
This commit is contained in:
parent
33436390b8
commit
f9fa6ceb85
|
|
@ -7,7 +7,7 @@
|
|||
<tr>
|
||||
<th class="column-40"><?= t('Title') ?></th>
|
||||
<th><?= t('Assignee') ?></th>
|
||||
<?= $this->hook->render('template:subtask:table:header', array()) ?>
|
||||
<?= $this->hook->render('template:subtask:table:header') ?>
|
||||
<th><?= t('Time tracking') ?></th>
|
||||
<?php if ($editable): ?>
|
||||
<th class="column-5"></th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue