summaryrefslogtreecommitdiff
path: root/app/Template/subtask/table.php
diff options
context:
space:
mode:
authorEskiso <eSkiSo@users.noreply.github.com>2016-10-05 02:27:15 +0100
committerGitHub <noreply@github.com>2016-10-05 02:27:15 +0100
commitf9fa6ceb859c2974bb56c2f2b5bf103219e70994 (patch)
tree691a09a1752a6efabb1045a616839a48f1c54f3f /app/Template/subtask/table.php
parent33436390b83a5287f09a25801fffcbdef4cbbeeb (diff)
Removed second argument (empty)
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 6ce7dc0a..d5d67165 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()) ?>
+ <?= $this->hook->render('template:subtask:table:header') ?>
<th><?= t('Time tracking') ?></th>
<?php if ($editable): ?>
<th class="column-5"></th>