From a476991c6d109fbf5a4c98fbbcd8a6003154cefa Mon Sep 17 00:00:00 2001 From: Leander Date: Mon, 3 Apr 2017 13:53:39 +0200 Subject: [PATCH] T201704031353 --- Question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Question.php b/Question.php index 99e11a2..01788e1 100644 --- a/Question.php +++ b/Question.php @@ -50,7 +50,7 @@ class Question 'categoryID' => $this->category_id, 'categoryName' => $this->category, 'question' => $this->question, - 'answers' => [$this->answers['a0'], $this->answers['a1'], $this->answers['a2'], $this->answers['a3']] + 'answers' => $this->answers ); return $question_object; }