summaryrefslogtreecommitdiff
path: root/app/Template/subtask/table.php
diff options
context:
space:
mode:
authorEskiso <eSkiSo@users.noreply.github.com>2016-10-04 08:53:07 +0100
committerGitHub <noreply@github.com>2016-10-04 08:53:07 +0100
commit33436390b83a5287f09a25801fffcbdef4cbbeeb (patch)
treead6e42f38a53cc90e58ea60e8b9bd4b76a71fb16 /app/Template/subtask/table.php
parentb2cfe6f0b188db64c602414db1faa6d0fbd29fca (diff)
No need for values in array
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 0c4e6df0..6ce7dc0a 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('subtask' => $subtask)) ?>
+ <?= $this->hook->render('template:subtask:table:header', array()) ?>
<th><?= t('Time tracking') ?></th>
<?php if ($editable): ?>
<th class="column-5"></th>