Fix bug
phpcs-errors:226 phpunit-status:successful phpstan-errors:197
This commit is contained in:
Submodule classes/MDErrorReporter updated: 54e8fe5bdb...31eb62700d
@@ -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
|
||||||
|
Reference in New Issue
Block a user