Merge branch 'master' of /git/nemubot_askweb

Conflicts:
	validation.php
This commit is contained in:
Némunaire 2012-05-24 20:21:10 +02:00
commit e86aba689f
3 changed files with 47 additions and 16 deletions

View file

@ -111,6 +111,11 @@ class Question
{
return $this->id;
}
public function isValidated()
{
return $this->validated;
}
}
?>