diff --git a/Controller/ResoudreGateway.php b/Controller/ResoudreGateway.php index 9bc05964..2d9ab802 100644 --- a/Controller/ResoudreGateway.php +++ b/Controller/ResoudreGateway.php @@ -320,9 +320,6 @@ class ResoudreGateway "enigme" => array($enigmeId, SQLITE3_INTEGER), "partie" => array($idPartie, SQLITE3_INTEGER))); $results=$this->con->getResults(); - if (empty($results) || $results[0]['classement'] == null) { - return array(null); - } foreach ($results as $row) { $classement[] = $row['classement']; };