summaryrefslogtreecommitdiff
path: root/app/Template/dashboard/subtasks.php
diff options
context:
space:
mode:
authorEskiso <eSkiSo@users.noreply.github.com>2016-10-01 12:11:37 +0100
committerGitHub <noreply@github.com>2016-10-01 12:11:37 +0100
commit30422c9087ef6d6de34700d1137d5943697e3fd2 (patch)
tree9fb26571934eb71c652275cdb096fd5209ad9164 /app/Template/dashboard/subtasks.php
parent3cf554e6382ac28b64e23bfcb7064b48bc6b8696 (diff)
Removed $values and $errors
Diffstat (limited to 'app/Template/dashboard/subtasks.php')
-rw-r--r--app/Template/dashboard/subtasks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/subtasks.php b/app/Template/dashboard/subtasks.php
index 10bc5d89..f2138f97 100644
--- a/app/Template/dashboard/subtasks.php
+++ b/app/Template/dashboard/subtasks.php
@@ -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): ?>