diff options
Diffstat (limited to 'app/Template/notification/subtask_delete.php')
-rw-r--r-- | app/Template/notification/subtask_delete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/subtask_delete.php b/app/Template/notification/subtask_delete.php index 8c5f262c..24562eba 100644 --- a/app/Template/notification/subtask_delete.php +++ b/app/Template/notification/subtask_delete.php @@ -8,4 +8,4 @@ <li><?= t('Assignee:') ?> <?= $this->text->e($subtask['name'] ?: $subtask['username'] ?: '?') ?></li> </ul> -<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?> +<?= $this->render('notification/footer', array('task' => $task)) ?> |