summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_overdue.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2016-05-10 20:48:07 -0400
committerFrédéric Guillot <fred@kanboard.net>2016-05-10 20:48:07 -0400
commit754b2bf1f0f833464c19c96c82bdc70d4d2d9c77 (patch)
tree564bb263c1c7ee5876f0ce0fbb86c9e287ad2ec8 /app/Template/notification/task_overdue.php
parent5672a8c3625d54f66f9bbf10da010a35dc9e95ff (diff)
parentb0f64c85a544cae48c87babf8d7e0a534ff67763 (diff)
Merge pull request #2203
Fixed mail notification for overdue tasks
Diffstat (limited to 'app/Template/notification/task_overdue.php')
-rw-r--r--app/Template/notification/task_overdue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_overdue.php b/app/Template/notification/task_overdue.php
index 914e212a..a9fad249 100644
--- a/app/Template/notification/task_overdue.php
+++ b/app/Template/notification/task_overdue.php
@@ -23,7 +23,7 @@
<td style="border: 1px solid #eee;"><?= $task['project_name'] ?></td>
<td style="border: 1px solid #eee;">
<?php if ($task['assignee_username']): ?>
- <?= $this->e($task['assignee_name'] ?: $task['assignee_username']) ?>
+ <?= $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?>
<?php endif ?>
</td>
</tr>