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 f81e0dc9..a09862f9 100644 --- a/app/Template/task/comments.php +++ b/app/Template/task/comments.php @@ -18,7 +18,7 @@ <?= $this->render('comment/create', array( 'skip_cancel' => true, 'values' => array( - 'user_id' => $this->userSession->getId(), + 'user_id' => $this->user->getId(), 'task_id' => $task['id'], ), 'errors' => array(), |