summaryrefslogtreecommitdiff
path: root/app/Template/subtask/table.php
diff options
context:
space:
mode:
authorEskiso <eSkiSo@users.noreply.github.com>2016-10-03 23:40:14 +0100
committerGitHub <noreply@github.com>2016-10-03 23:40:14 +0100
commitb2cfe6f0b188db64c602414db1faa6d0fbd29fca (patch)
treedc5988106f47ad5d68b425dea4ba52fd5f06300e /app/Template/subtask/table.php
parent30422c9087ef6d6de34700d1137d5943697e3fd2 (diff)
Removed $values and $errors
Diffstat (limited to 'app/Template/subtask/table.php')
-rw-r--r--app/Template/subtask/table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/subtask/table.php b/app/Template/subtask/table.php
index a13103f0..0c4e6df0 100644
--- a/app/Template/subtask/table.php
+++ b/app/Template/subtask/table.php
@@ -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>