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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 527eb959f7..7d1702315f 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -311,6 +311,8 @@ class FrontController extends Singleton
Registry::set('timer', new Timer);
+ $exceptionToThrow = self::createConfigObject();
+
$tmpPath = StaticContainer::getContainer()->get('path.tmp');
$directoriesToCheck = array(
@@ -326,8 +328,6 @@ class FrontController extends Singleton
Filechecks::dieIfDirectoriesNotWritable($directoriesToCheck);
- $exceptionToThrow = self::createConfigObject();
-
$this->handleMaintenanceMode();
$this->handleProfiler();
$this->handleSSLRedirection();