fixed a regression when a template only extends another one without defining any...
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Apr 2012 17:12:14 +0000 (19:12 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Apr 2012 17:13:30 +0000 (19:13 +0200)
commit3398b38cf0d0096fe9b0c3c948bf64efee392215
treee81961b232cf1be3b743c43f2fd933997b050eab
parente2220bb2826dd3eb6720fbdf5f175fb013f9b437
fixed a regression when a template only extends another one without defining any blocks (closes #683)
CHANGELOG
lib/Twig/Node/Module.php
test/Twig/Tests/Fixtures/tags/inheritance/empty.test [new file with mode: 0644]
test/Twig/Tests/Node/ModuleTest.php
test/Twig/Tests/Node/SandboxedModuleTest.php