diff --git a/src/Application/Actions/User/DeleteUserAction.php b/src/Application/Actions/User/DeleteUserAction.php index 21b08c6729c60d9a9fe23df78118d1723a3912bd..92cb9cf438cab94f4dac48ab92bcfd4939fd0bff 100755 --- a/src/Application/Actions/User/DeleteUserAction.php +++ b/src/Application/Actions/User/DeleteUserAction.php @@ -22,7 +22,7 @@ class DeleteUserAction extends UserAction $this->logger->info("User has been deleted."); session_unset(); - return $this->twig->render($this->response, "/home/home.twig", []); + return $this->twig->render($this->response, "/home/home.twig", ["session" => $_SESSION]); } }