From f3505f86a8585b7bd01e14e6b70ec66aa244ed96 Mon Sep 17 00:00:00 2001 From: Eliah REBSTOCK <eliah.rebstock@ensiie.fr> Date: Fri, 6 May 2016 17:20:23 +0200 Subject: [PATCH] hotfix2 Partie controleur --- app/controller/PartieController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/PartieController.php b/app/controller/PartieController.php index df409fa..879db23 100644 --- a/app/controller/PartieController.php +++ b/app/controller/PartieController.php @@ -287,7 +287,7 @@ class PartieController extends Controller die(); } } - if ($jeu->type = 'equipes') { + if ($jeu->type == 'equipes') { $equipes = $_SESSION['equipes']; $ns = count($scores); $nj = count($equipes); -- GitLab