diff options
Diffstat (limited to 'app/Template/task/comments.php')
-rw-r--r-- | app/Template/task/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/comments.php b/app/Template/task/comments.php index 57fb305f..c22e39ec 100644 --- a/app/Template/task/comments.php +++ b/app/Template/task/comments.php @@ -28,7 +28,7 @@ 'task_id' => $task['id'], ), 'errors' => array(), - 'task' => $task + 'task' => $task, )) ?> <?php endif ?> </div> |