projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8837206
)
fixed typo
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:40:26 +0000 (14:40 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:40:26 +0000 (14:40 +0100)
lib/Twig/Environment.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Environment.php
b/lib/Twig/Environment.php
index
46a6df1
..
5118656
100644
(file)
--- a/
lib/Twig/Environment.php
+++ b/
lib/Twig/Environment.php
@@
-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';
}
/**