diff --git a/WEB/Controller/UtilisateurGateway.php b/WEB/Controller/UtilisateurGateway.php index 0404b4a9..64f7dac7 100644 --- a/WEB/Controller/UtilisateurGateway.php +++ b/WEB/Controller/UtilisateurGateway.php @@ -112,7 +112,7 @@ class UtilisateurGateway public function queueFilled(){ $query = "SELECT count(*) FROM Participer WHERE etat=0"; $this->con->executeQuery($query); - if ($this->con->getResults()[0]['count(*)'] >= 4) + if ($this->con->getResults()[0]['count(*)'] >= 2) return True; else return False;