From 6566c967b4b4cb7a0100273feedafc71a1e41328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Tue, 10 Jan 2023 17:57:38 +0100 Subject: [PATCH] Correction --- WEB/Controller/ResoudreGateway.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB/Controller/ResoudreGateway.php b/WEB/Controller/ResoudreGateway.php index 1e1a3d02..d80d4723 100644 --- a/WEB/Controller/ResoudreGateway.php +++ b/WEB/Controller/ResoudreGateway.php @@ -291,5 +291,6 @@ class ResoudreGateway "utilisateur" => array($mailUtilisateur, SQLITE3_TEXT), "partie" => array($idPartie, SQLITE3_INTEGER))); $results=$this->con->getResults(); + return $results; } } \ No newline at end of file