Removed second argument (empty)

This commit is contained in:
Eskiso 2016-10-05 02:27:15 +01:00 committed by GitHub
parent 33436390b8
commit f9fa6ceb85
1 changed files with 1 additions and 1 deletions

View File

@ -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>