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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 601e11e677..d4f290e721 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -314,7 +314,7 @@ class FrontController extends Singleton
$exceptionToThrow = self::createConfigObject();
- $tmpPath = StaticContainer::getContainer()->get('path.tmp');
+ $tmpPath = StaticContainer::get('path.tmp');
$directoriesToCheck = array(
$tmpPath,