diff --git a/inc/template.php b/inc/template.php index 5bee41ca..ed9e01f7 100644 --- a/inc/template.php +++ b/inc/template.php @@ -28,7 +28,7 @@ $twig = new Twig_Environment($loader, Array( 'autoescape' => false, - 'cache' => 'cache', + //'cache' => 'cache', 'debug' => ($config['debug'] ? true : false), ));