From c08394824e23376ead83246214e3a911ae2d60bf Mon Sep 17 00:00:00 2001 From: diosmosis Date: Thu, 30 Apr 2015 16:54:42 -0700 Subject: Remove FrontController::createConfigObject as it should no longer be necessary. --- core/FrontController.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'core/FrontController.php') diff --git a/core/FrontController.php b/core/FrontController.php index 8ee4f0c84a..31a447da36 100644 --- a/core/FrontController.php +++ b/core/FrontController.php @@ -187,15 +187,6 @@ class FrontController extends Singleton } } - /** - * Loads the config file - * This is overridden in tests to ensure test config file is used - */ - public static function createConfigObject() - { - Config::getInstance()->database; // access property - } - /** * Must be called before dispatch() * - checks that directories are writable, @@ -215,8 +206,6 @@ class FrontController extends Singleton } $initialized = true; - self::createConfigObject(); - $tmpPath = StaticContainer::get('path.tmp'); $directoriesToCheck = array( -- cgit v1.2.3