From 9b538c665170fb1cff42f46a692e952861808341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Thu, 12 Jan 2023 16:50:49 +0100 Subject: [PATCH] =?UTF-8?q?2=20=C3=A8me=20essaie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WEB/Model/UserModel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB/Model/UserModel.php b/WEB/Model/UserModel.php index 493a1ff1..e1269e15 100644 --- a/WEB/Model/UserModel.php +++ b/WEB/Model/UserModel.php @@ -246,5 +246,6 @@ class UserModel } public function majDateDebut(int $idPartie) { $this->partie_gateway->majDateDebut($idPartie); + $_SESSION['tpsMaxPartie'] = $this->calculTpsMaXPartie($idPartie); } } \ No newline at end of file