summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_open.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-10-08 09:53:46 -0400
committerFrederic Guillot <fred@kanboard.net>2016-10-08 09:53:46 -0400
commit5e2e0272ed78e3b729d5673da3e957ce68a30fa2 (patch)
treef83973ae51d53ab62b1b89afd6559e5056be6457 /app/Template/notification/task_open.php
parente5c449788a4239720b34e15d7441ff996c11231b (diff)
Send absolute links in email notifications
Diffstat (limited to 'app/Template/notification/task_open.php')
-rw-r--r--app/Template/notification/task_open.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_open.php b/app/Template/notification/task_open.php
index 6eb4ec08..2c85e9f7 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)) ?> \ No newline at end of file
+<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>