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

use session index in arguments to render view

parent a9a24f78
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,6 @@ class ListUsersAction extends UserAction ...@@ -21,6 +21,6 @@ class ListUsersAction extends UserAction
$this->logger->info("Users list was viewed."); $this->logger->info("Users list was viewed.");
return $this->twig->render($this->response, "/user/list_users.twig", ["users" => $users]); return $this->twig->render($this->response, "/user/list_users.twig", ["users" => $users, "session" => $this->request->session]);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment