mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
BUG EnvironmentChecker::init() calls non existing RequestHandler::init()
This commit is contained in:
parent
0e8d61869a
commit
7a4671962c
@ -29,8 +29,6 @@ class EnvironmentChecker extends RequestHandler {
|
||||
}
|
||||
|
||||
function init() {
|
||||
parent::init();
|
||||
|
||||
if(!$this->canAccess()) return $this->httpError(403);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user