diff options
author | Sébastien NOBILI <pipoprods@free.fr> | 2016-05-10 09:26:37 +0200 |
---|---|---|
committer | Sébastien NOBILI <pipoprods@free.fr> | 2016-05-10 09:26:37 +0200 |
commit | b0f64c85a544cae48c87babf8d7e0a534ff67763 (patch) | |
tree | 564bb263c1c7ee5876f0ce0fbb86c9e287ad2ec8 /app | |
parent | 5672a8c3625d54f66f9bbf10da010a35dc9e95ff (diff) |
Fixed mail notification for overdue tasks
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/notification/task_overdue.php | 2 |
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> |