From ecc1ac57238753ce7cd08b58acbb3402a9a25428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Tue, 10 Jan 2023 08:46:59 +0100 Subject: [PATCH] Correction de bug --- 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 db351748..689de0f5 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), - "index" => array($index, SQLITE3_INTEGER), + "indexEnigme" => array($index, SQLITE3_INTEGER), "code" => array($code, SQLITE3_TEXT))); } public function getCode(string $mailUtilisateur, int $enigmeId) : string{