fixed typo
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:40:26 +0000 (14:40 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:40:26 +0000 (14:40 +0100)
lib/Twig/Environment.php

index 46a6df1..5118656 100644 (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';
     }
 
     /**