This commit is contained in:
Savetheinternet 2011-10-05 19:42:00 +11:00
parent 0191327651
commit 260a12241f

View File

@ -28,7 +28,7 @@
$twig = new Twig_Environment($loader, Array( $twig = new Twig_Environment($loader, Array(
'autoescape' => false, 'autoescape' => false,
'cache' => 'cache', //'cache' => 'cache',
'debug' => ($config['debug'] ? true : false), 'debug' => ($config['debug'] ? true : false),
)); ));