Removed $values and $errors

This commit is contained in:
Eskiso 2016-10-01 12:11:37 +01:00 committed by GitHub
parent 3cf554e638
commit 30422c9087
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<th class="column-20"><?= $paginator->order(t('Project'), 'project_name') ?></th>
<th><?= $paginator->order(t('Task'), 'task_name') ?></th>
<th><?= $paginator->order(t('Subtask'), \Kanboard\Model\SubtaskModel::TABLE.'.title') ?></th>
<?= $this->hook->render('template:dashboard:subtasks:header', array('values' => $values, 'errors' => $errors, 'paginator' => $paginator)) ?>
<?= $this->hook->render('template:dashboard:subtasks:header', array('paginator' => $paginator)) ?>
<th class="column-20"><?= t('Time tracking') ?></th>
</tr>
<?php foreach ($paginator->getCollection() as $subtask): ?>