summaryrefslogtreecommitdiff
path: root/app/Template/task/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task/comments.php')
-rw-r--r--app/Template/task/comments.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Template/task/comments.php b/app/Template/task/comments.php
index 57fb305f..ef85287b 100644
--- a/app/Template/task/comments.php
+++ b/app/Template/task/comments.php
@@ -28,7 +28,8 @@
'task_id' => $task['id'],
),
'errors' => array(),
- 'task' => $task
+ 'task' => $task,
+ 'ajax' => $ajax,
)) ?>
<?php endif ?>
</div>