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:
authormattab <matthieu.aubry@gmail.com>2013-07-01 14:49:53 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-01 14:49:53 +0400
commit13f2d74525d28e9a2f9464dc00aaa58a49ac08fb (patch)
tree5b525deb6190516812b82eb88e0c9489e140135e /core/Twig.php
parent43169727c40c55c26e371d5fe66c55407b95e2ac (diff)
fix build
Diffstat (limited to 'core/Twig.php')
-rw-r--r--core/Twig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Twig.php b/core/Twig.php
index ab6822fd33..73440180c2 100644
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -42,7 +42,7 @@ class Piwik_Twig
array(
'debug' => true, // to use {{ dump(var) }} in twig templates
'strict_variables' => true, // throw an exception if variables are invalid
- 'cache' => PIWIK_DOCUMENT_ROOT . '/tmp/templates_c',
+ 'cache' => PIWIK_USER_PATH . '/tmp/templates_c',
)
);
$this->twig->addExtension(new Twig_Extension_Debug());