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

ServeurDeTest
Noé GARNIER 2 years ago
parent 7d49f4265f
commit 06178eccf5

@ -416,7 +416,7 @@ class UserController
$model = new UserModel(); $model = new UserModel();
$idPartie = $_SESSION['idPartie']; $idPartie = $_SESSION['idPartie'];
$utilisateur = $_SESSION['utilisateur']; $utilisateur = $_SESSION['utilisateur'];
$idEnigme = $_GET['idEnigme']; $idEnigme = $_GET['id'];
$index = $_GET['index']; $index = $_GET['index'];
$model->skipEnigme($utilisateur->getEmail(), $idPartie, $idEnigme); $model->skipEnigme($utilisateur->getEmail(), $idPartie, $idEnigme);
$index = $index + 1; $index = $index + 1;

Loading…
Cancel
Save