From 7a4671962c3096eaddd76cea35cde1164c7a5130 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Wed, 30 Jan 2013 12:08:37 +1300 Subject: [PATCH] BUG EnvironmentChecker::init() calls non existing RequestHandler::init() --- code/EnvironmentChecker.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/EnvironmentChecker.php b/code/EnvironmentChecker.php index 7a52135..6c52f51 100644 --- a/code/EnvironmentChecker.php +++ b/code/EnvironmentChecker.php @@ -29,8 +29,6 @@ class EnvironmentChecker extends RequestHandler { } function init() { - parent::init(); - if(!$this->canAccess()) return $this->httpError(403); }