Security fixes
This commit is contained in:
parent
89122cc4a4
commit
dc2a338847
5 changed files with 9 additions and 8 deletions
|
|
@ -124,6 +124,7 @@ class Question
|
|||
public function validated()
|
||||
{
|
||||
$this->validated = true;
|
||||
$this->reported = 0;
|
||||
|
||||
//Return to normal ID
|
||||
$this->getNormalId();
|
||||
|
|
|
|||
Reference in a new issue