From 139cff3a03e0332e8209901ed2c21fc807a97d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Tue, 10 Jan 2023 08:49:04 +0100 Subject: [PATCH] Correction --- WEB/Controller/ResoudreGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Controller/ResoudreGateway.php b/WEB/Controller/ResoudreGateway.php index 689de0f5..db351748 100644 --- a/WEB/Controller/ResoudreGateway.php +++ b/WEB/Controller/ResoudreGateway.php @@ -190,7 +190,7 @@ class ResoudreGateway "utilisateur" => array($mailUtilisateur, SQLITE3_TEXT), "enigme" => array($enigmeId, SQLITE3_INTEGER), "partie" => array($idPartie, SQLITE3_INTEGER), - "indexEnigme" => array($index, SQLITE3_INTEGER), + "index" => array($index, SQLITE3_INTEGER), "code" => array($code, SQLITE3_TEXT))); } public function getCode(string $mailUtilisateur, int $enigmeId) : string{