Fix bug
phpcs-errors:226 phpunit-status:successful phpstan-errors:197
This commit is contained in:
parent
4ca6354575
commit
925b3592ee
|
@ -1 +1 @@
|
||||||
Subproject commit 54e8fe5bdb4803ec276cdbd5e6eaf9987ce116f2
|
Subproject commit 31eb62700d78af00c4e3426d6954abcce5c9444d
|
|
@ -10,7 +10,7 @@ if (session_status() != PHP_SESSION_ACTIVE) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (validateAntiCsrfToken() === false) {
|
if (validateAntiCsrfToken() === false) {
|
||||||
throw new WrongCsrfTokenException();
|
throw new MDWrongCsrfTokenException();
|
||||||
}
|
}
|
||||||
|
|
||||||
//This is our size condition
|
//This is our size condition
|
||||||
|
|
Loading…
Reference in New Issue
Block a user