summaryrefslogtreecommitdiff
path: root/app/Template/event/task_assignee_change.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/event/task_assignee_change.php')
-rw-r--r--app/Template/event/task_assignee_change.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Template/event/task_assignee_change.php b/app/Template/event/task_assignee_change.php
index b346325e..e9815853 100644
--- a/app/Template/event/task_assignee_change.php
+++ b/app/Template/event/task_assignee_change.php
@@ -1,12 +1,12 @@
<p class="activity-title">
<?= e(
'%s change the assignee of the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a> to %s',
- Helper\escape($author),
+ $this->e($author),
$task_id,
$task_id,
- Helper\escape($task['assignee_name'] ?: $task['assignee_username'])
+ $this->e($task['assignee_name'] ?: $task['assignee_username'])
) ?>
</p>
<p class="activity-description">
- <em><?= Helper\escape($task['title']) ?></em>
+ <em><?= $this->e($task['title']) ?></em>
</p> \ No newline at end of file