From 0ccdfd604748441a96c9180014e6d71921888aa8 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 12 May 2016 17:07:06 +0200 Subject: [PATCH] fix php parse error --- src/arenas/connectFour/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/connectFour/act.php b/src/arenas/connectFour/act.php index bdbc3b0..f7007c8 100644 --- a/src/arenas/connectFour/act.php +++ b/src/arenas/connectFour/act.php @@ -93,7 +93,7 @@ switch ($_POST['act']){ //vérifier la validité de la réponse - if(isset($_SESSION['map'][5][$anwserPlayer])) && ($_SESSION['map'][5][$anwserPlayer] == ""){ + if((isset($_SESSION['map'][5][$anwserPlayer])) && ($_SESSION['map'][5][$anwserPlayer] == "")){ //reponse conforme for($y = 0; $_SESSION['map'][$y][$anwserPlayer] <> ""; $y++){