fix php parse error

This commit is contained in:
Gnieark 2016-05-12 17:07:06 +02:00
parent b85498c1c9
commit 0ccdfd6047

View File

@ -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++){