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/Twig.php')
-rwxr-xr-xcore/Twig.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Twig.php b/core/Twig.php
index 7fa19ef247..b0707350c4 100755
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -44,7 +44,7 @@ class Twig
$manager = Plugin\Manager::getInstance();
$theme = $manager->getThemeEnabled();
$loaders = array();
-
+
//create loader for custom theme to overwrite twig templates
if($theme && $theme->getPluginName() != \Piwik\Plugin\Manager::DEFAULT_THEME) {
$customLoader = $this->getCustomThemeLoader($theme);
@@ -56,7 +56,7 @@ class Twig
}
$loaders[] = $loader;
-
+
$chainLoader = new Twig_Loader_Chain($loaders);
// Create new Twig Environment and set cache dir