Removed $values and $errors

This commit is contained in:
Eskiso 2016-10-03 23:40:14 +01:00 committed by GitHub
parent 30422c9087
commit b2cfe6f0b1
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('values' => $values, 'errors' => $errors)) ?>
<?= $this->hook->render('template:subtask:table:header', array('subtask' => $subtask)) ?>
<th><?= t('Time tracking') ?></th>
<?php if ($editable): ?>
<th class="column-5"></th>