Fix error

This commit is contained in:
Bertrand 2012-06-15 13:51:45 +02:00
parent 279f23e325
commit b011a9caab
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class Question
return $this->question;
}
public setQuestion($question)
public function setQuestion($question)
{
$this->question = $question;
}