From b011a9caab171500d1235baa6b38851e020d43de Mon Sep 17 00:00:00 2001 From: Bertrand Date: Fri, 15 Jun 2012 13:51:45 +0200 Subject: [PATCH] Fix error --- Question.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Question.class.php b/Question.class.php index 42ef04c..9161239 100644 --- a/Question.class.php +++ b/Question.class.php @@ -138,7 +138,7 @@ class Question return $this->question; } - public setQuestion($question) + public function setQuestion($question) { $this->question = $question; }