Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 8ee4f0c84a..31a447da36 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -188,15 +188,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,
* - loads the configuration file,
@@ -215,8 +206,6 @@ class FrontController extends Singleton
}
$initialized = true;
- self::createConfigObject();
-
$tmpPath = StaticContainer::get('path.tmp');
$directoriesToCheck = array(