fixed regression when calling a macro inside another one (closes #889)
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 8 Nov 2012 07:56:03 +0000 (08:56 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 8 Nov 2012 07:57:26 +0000 (08:57 +0100)
commit615804bf74f58271d94c4943d56ae27fa8c2786b
tree9c56966df4c78501b35c097e6cfae81f65c2f436
parentd7fed092b17a86ca9c537b4d310e00e05bf5578c
fixed regression when calling a macro inside another one (closes #889)
CHANGELOG
lib/Twig/Node/Macro.php
test/Twig/Tests/Fixtures/macros/nested_calls.test [new file with mode: 0644]
test/Twig/Tests/Node/MacroTest.php