fixed typo

This commit is contained in:
Fabien Potencier
2011-01-08 14:40:26 +01:00
parent 8837206e4e
commit 6e24ef18db
+1 -1
View File
@@ -240,7 +240,7 @@ class Twig_Environment
$class = substr($this->getTemplateClass($name), strlen($this->templateClassPrefix));
return $this->getCache().'/'.substr($class, 0, 2).'/'.substr($class, 2, 4).'/'.substr($class, 4).'.php';
return $this->getCache().'/'.substr($class, 0, 2).'/'.substr($class, 2, 2).'/'.substr($class, 4).'.php';
}
/**