Security fixes

This commit is contained in:
nemunaire 2016-07-17 10:22:51 +02:00
commit dc2a338847
5 changed files with 9 additions and 8 deletions

View file

@ -124,6 +124,7 @@ class Question
public function validated()
{
$this->validated = true;
$this->reported = 0;
//Return to normal ID
$this->getNormalId();