From 772804add8095eea9b3ec2a832c2f82fbb9a6fd5 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 31 Dec 2014 12:37:15 -0500 Subject: Acl refactoring --- app/Template/task/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/task/comments.php') diff --git a/app/Template/task/comments.php b/app/Template/task/comments.php index 6f380567..f81e0dc9 100644 --- a/app/Template/task/comments.php +++ b/app/Template/task/comments.php @@ -18,7 +18,7 @@ render('comment/create', array( 'skip_cancel' => true, 'values' => array( - 'user_id' => $this->acl->getUserId(), + 'user_id' => $this->userSession->getId(), 'task_id' => $task['id'], ), 'errors' => array(), -- cgit v1.2.3