test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent a129a5ca58
commit 61ac2b7919

@ -192,8 +192,7 @@ class UserModel
$points = 0;
$result = $this->resoudre_gateway->getAllByPartieAndUtilisateur($mailUtilisateur, $idPartie);
foreach ($result as $row){
$points = $row['ended'];
if ($row['ended'] == 0){
if ($row['ended'] == 1){
$points += 0;
}
else if ($row['classement'] == 1){

Loading…
Cancel
Save