fix php parse error

This commit is contained in:
Gnieark 2016-05-11 10:57:22 +02:00
parent b8d7007831
commit 88c3379810

View File

@ -74,7 +74,7 @@ switch ($_POST['act']){
'game' => 'conectFour',
'match_id' => $_SESSION['matchId']. $_SESSION['currentPlayer'],
//'opponent' => $opponentName,
'you' => $you
'you' => $you,
'grid' => json_encode( $_SESSION['map'])
);