Issue #1874146 by fabpot: Fixed Moved Twig cache to its own directory.

8.0.x
webchick 2013-01-04 09:50:13 -08:00
parent c5134bd676
commit 0e90e3e0f3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class TwigEnvironment extends \Twig_Environment {
*/
protected function storage() {
if (!isset($this->storage)) {
$this->storage = PhpStorageFactory::get('service_container');
$this->storage = PhpStorageFactory::get('twig');
}
return $this->storage;
}