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

ServeurDeTest
Noé GARNIER 3 years ago
parent 6758d492a0
commit a129a5ca58

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

Loading…
Cancel
Save