From 7be63e861b760b6dcd8d7616c442d88c1948e04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Mon, 9 Jan 2023 22:08:41 +0100 Subject: [PATCH] Corretion de bug --- WEB/Controller/PartieGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Controller/PartieGateway.php b/WEB/Controller/PartieGateway.php index 0584b8e1..f814afa7 100644 --- a/WEB/Controller/PartieGateway.php +++ b/WEB/Controller/PartieGateway.php @@ -325,7 +325,7 @@ class PartieGateway ); $results = $this->con->getResults(); $row = $results[0]; - return $row['index']; + return $row['indexEnigme']; } public function showAll(): void {