From 8f3e2b2e5c62a6130f6c8867ab335fb4c1a32c5c Mon Sep 17 00:00:00 2001
From: Frederic Guillot
Date: Fri, 4 Mar 2016 20:10:34 -0500
Subject: Helper refactoring
---
app/Template/subtask/remove.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'app/Template/subtask/remove.php')
diff --git a/app/Template/subtask/remove.php b/app/Template/subtask/remove.php
index 9aef6842..374256fd 100644
--- a/app/Template/subtask/remove.php
+++ b/app/Template/subtask/remove.php
@@ -7,7 +7,7 @@
= t('Do you really want to remove this sub-task?') ?>
- = $this->e($subtask['title']) ?>
+ = $this->text->e($subtask['title']) ?>
= $this->url->link(t('Yes'), 'subtask', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'subtask_id' => $subtask['id']), true, 'btn btn-red') ?>
--
cgit v1.2.3