summaryrefslogtreecommitdiff
path: root/app/Template/notification/file_creation.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/file_creation.php')
-rw-r--r--app/Template/notification/file_creation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/notification/file_creation.php b/app/Template/notification/file_creation.php
index aae6fee9..63f7d1b8 100644
--- a/app/Template/notification/file_creation.php
+++ b/app/Template/notification/file_creation.php
@@ -1,5 +1,5 @@
-<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
+<h2><?= $this->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('New attachment added "%s"', $file['name']) ?></p>
-<?= Helper\template('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)) ?> \ No newline at end of file