diff --git a/website/api_game_result.php b/website/api_game_result.php index c157cec1..6e918bda 100644 --- a/website/api_game_result.php +++ b/website/api_game_result.php @@ -192,7 +192,7 @@ function game_result_error ($message) { $correct = True; } } - $result.close(); + $result->close(); if (!$correct) { sleep($sleep_time); $sleep_time *= 2;