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

ServeurDeTest
Noé GARNIER 2 years ago
parent c972bd61e1
commit 746fbb2f3b

@ -169,7 +169,7 @@ class PartieGateway
"idEnigme" => array($enigme->getIdEnigme(), SQLITE3_INTEGER) "idEnigme" => array($enigme->getIdEnigme(), SQLITE3_INTEGER)
) )
); );
$tpsMaxPartie += $enigme->getTemps(); $tpsMaxPartie += $enigme->getTempsDeResolution();
} }
$_SESSION['tpsMaxPartie'] = $tpsMaxPartie; $_SESSION['tpsMaxPartie'] = $tpsMaxPartie;
$query = "INSERT INTO Participer VALUES (:partie,:utilisateur,0)"; $query = "INSERT INTO Participer VALUES (:partie,:utilisateur,0)";

Loading…
Cancel
Save