mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 15:05:40 +00: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() {
|
function init() {
|
||||||
parent::init();
|
|
||||||
|
|
||||||
if(!$this->canAccess()) return $this->httpError(403);
|
if(!$this->canAccess()) return $this->httpError(403);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user