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

ServeurDeTest
Noé GARNIER 2 years ago
parent c908752d77
commit abfb6d256c

@ -305,6 +305,9 @@ class UserModel
if ($row['temps'] == 0){
$score[] = 0;
}
if ($row['ended'] == 0){
$score[] = 0;
}
else if ($row['classement'] == 1){
$score[] = $this->enigme_gateway->findById($row['enigme'])[0]->getPoints();
}

Loading…
Cancel
Save