fixed a bug when a template with a layout is reused more than one time
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 11 Jun 2010 10:10:32 +0000 (12:10 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 11 Jun 2010 10:10:32 +0000 (12:10 +0200)
commitc017a93e7770b60e235a9f15b8639dcad086d74c
treef1d5d3a041fac386072f686479966aedbba436cb
parentf87df8a2fb6912e316f4bceadd15af8c5c06e0bb
fixed a bug when a template with a layout is reused more than one time
lib/Twig/Node/Module.php
test/Twig/Tests/Node/ModuleTest.php
test/Twig/Tests/Node/SandboxedModuleTest.php