Skip to content
Snippets Groups Projects
Commit 4c7dfb68 authored by Moreau Elise's avatar Moreau Elise
Browse files

replace userId by groupId in logs

parent 9723891a
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class ViewGroupAction extends GroupAction ...@@ -19,7 +19,7 @@ class ViewGroupAction extends GroupAction
if (!isset($group)) { if (!isset($group)) {
throw new GroupNotFoundException(); throw new GroupNotFoundException();
} }
$this->logger->info("group of id `${userId}` was viewed."); $this->logger->info("group of id `${groupId}` was viewed.");
return $this->twig->render($this->response, "/group/group_view.twig", ["group" => $group, "session" => $_SESSION]); return $this->twig->render($this->response, "/group/group_view.twig", ["group" => $group, "session" => $_SESSION]);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment