fixed inheritance

This commit is contained in:
Fabien Potencier
2010-06-29 16:28:02 +02:00
parent 80af31538a
commit 478fe2ed18
5 changed files with 22 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@
Backward incompatibilities:
* the self special variable has been renamed to _self
* fixed inheritance
* added the special _context variable to reference the current context
* renamed self to _self (to avoid conflict)
* fixed Twig_Template::getAttribute() for protected properties