diff options
Diffstat (limited to 'app/Template/notification/task_open.php')
-rw-r--r-- | app/Template/notification/task_open.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_open.php b/app/Template/notification/task_open.php index 2c85e9f7..5bd0d1a4 100644 --- a/app/Template/notification/task_open.php +++ b/app/Template/notification/task_open.php @@ -2,4 +2,4 @@ <p><?= t('The task #%d have been opened.', $task['id']) ?></p> -<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?> +<?= $this->render('notification/footer', array('task' => $task)) ?> |