summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_assignee_change.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/task_assignee_change.php')
-rw-r--r--app/Template/notification/task_assignee_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_assignee_change.php b/app/Template/notification/task_assignee_change.php
index faab92f3..c9729ac9 100644
--- a/app/Template/notification/task_assignee_change.php
+++ b/app/Template/notification/task_assignee_change.php
@@ -14,7 +14,7 @@
<?php if (! empty($task['description'])): ?>
<h2><?= t('Description') ?></h2>
- <?= $this->markdown($task['description']) ?: t('There is no description.') ?>
+ <?= $this->text->markdown($task['description']) ?: t('There is no description.') ?>
<?php endif ?>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?> \ No newline at end of file