Fixed mail notification for overdue tasks

This commit is contained in:
Sébastien NOBILI 2016-05-10 09:26:37 +02:00
parent 5672a8c362
commit b0f64c85a5
1 changed files with 1 additions and 1 deletions

View File

@ -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>