From 534d58119e2d363a6b7519a049d0451f6b4f0e58 Mon Sep 17 00:00:00 2001 From: Leander Date: Tue, 4 Apr 2017 01:00:23 +0200 Subject: [PATCH] T201704041000 --- answer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/answer.php b/answer.php index 5f30cac..d11b5f8 100644 --- a/answer.php +++ b/answer.php @@ -37,7 +37,7 @@ // points in table } - $results = array('correct' => $correct, 'score', $score); + $results = array('correct' => $correct, 'score' => $score); $next_question = Question::get_next_question($db, $uid); $data = array('results' => $results, 'next' => $next_question);