php probleme on validaion page
This commit is contained in:
parent
25f8396455
commit
a1c1244e14
3 changed files with 20 additions and 14 deletions
|
|
@ -93,7 +93,7 @@ class Question
|
|||
return $qnode;
|
||||
}
|
||||
|
||||
public function isValidated()
|
||||
public function validated()
|
||||
{
|
||||
$this->validated = true;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue