Merge branch 'master' of /git/nemubot_askweb
Conflicts: validation.php
This commit is contained in:
commit
e86aba689f
3 changed files with 47 additions and 16 deletions
|
|
@ -111,6 +111,11 @@ class Question
|
|||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function isValidated()
|
||||
{
|
||||
return $this->validated;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in a new issue