diff options
Diffstat (limited to 'app/Template/comments')
-rw-r--r-- | app/Template/comments/show.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/comments/show.php b/app/Template/comments/show.php index 5c6d8e20..dfc13821 100644 --- a/app/Template/comments/show.php +++ b/app/Template/comments/show.php @@ -26,6 +26,7 @@ 'values' => array( 'user_id' => $this->user->getId(), 'task_id' => $task['id'], + 'project_id' => $task['project_id'], ), 'errors' => array(), 'task' => $task, |