diff --git a/WEB/Controller/ResoudreGateway.php b/WEB/Controller/ResoudreGateway.php index 18098a11..b04f9426 100644 --- a/WEB/Controller/ResoudreGateway.php +++ b/WEB/Controller/ResoudreGateway.php @@ -295,7 +295,7 @@ class ResoudreGateway $query="SELECT classement FROM Resoudre WHERE enigme=:enigme AND partie=:partie - ORDER BY classement DESC"; + ORDER BY classement"; $this->con->executeQuery($query, array( "enigme" => array($enigmeId, SQLITE3_INTEGER), "partie" => array($idPartie, SQLITE3_INTEGER)));