From 074056352de98fc567b4d13184c72887c75625d0 Mon Sep 17 00:00:00 2001
From: Frédéric Guillot
Date: Sun, 12 Oct 2014 21:38:56 -0400
Subject: Project activity refactoring and listeners improvements
---
app/Templates/event_comment_update.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'app/Templates/event_comment_update.php')
diff --git a/app/Templates/event_comment_update.php b/app/Templates/event_comment_update.php
index fe93b691..27cc0be6 100644
--- a/app/Templates/event_comment_update.php
+++ b/app/Templates/event_comment_update.php
@@ -1,7 +1,7 @@
= e('%s updated a comment on the task #%d', Helper\escape($author), $task_id, $task_id) ?>
-
- = Helper\escape($task_title) ?>
-
= Helper\markdown($comment) ?>
-
\ No newline at end of file
+
+
= Helper\escape($task['title']) ?>
+
= Helper\markdown($comment['comment']) ?>
+
\ No newline at end of file
--
cgit v1.2.3