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:
authorFabian Becker <halfdan@xnorfz.de>2013-06-24 22:08:12 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-06-24 22:08:12 +0400
commit7cf7bbfec4afe5ddb9416bad190edc1c5234c6f6 (patch)
tree858ce935fb688bfee5a4cdaa4cac74be7b5455ea /core/Twig.php
parentd06dc95677fb2f940b94a5b21e459c0449f92de3 (diff)
Revert "See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for your work!"
This reverts commit c263308d8229735c04b7aeacf4c224f0a5b866d2.
Diffstat (limited to 'core/Twig.php')
-rw-r--r--core/Twig.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Twig.php b/core/Twig.php
index f54eb51c2a..a08a8a484a 100644
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -40,7 +40,6 @@ class Piwik_Twig
// Create new Twig Environment and set cache dir
$this->twig = new Twig_Environment($chainLoader,
array(
- 'autoescape' => false
//'cache' => PIWIK_DOCUMENT_ROOT . '/tmp/templates_c',
)
);