php probleme on validaion page

This commit is contained in:
Bertrand 2012-05-23 14:56:34 +02:00
commit a1c1244e14
3 changed files with 20 additions and 14 deletions

View file

@ -93,7 +93,7 @@ class Question
return $qnode;
}
public function isValidated()
public function validated()
{
$this->validated = true;
}