fixed the attribute function when passing arguments (closes #608)
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 23 Jan 2012 07:47:30 +0000 (08:47 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 23 Jan 2012 07:51:52 +0000 (08:51 +0100)
commit883a93bb4da3f8fede107a53032ef2b9d6ee22eb
tree4f7134357fcf3e2f4d6b5a01aa7e36f9ed06a1eb
parentf2195cfe3f2206310580981c93805794df6040bc
fixed the attribute function when passing arguments (closes #608)
CHANGELOG
lib/Twig/ExpressionParser.php
lib/Twig/Node/Expression/GetAttr.php
test/Twig/Tests/Fixtures/functions/attribute.test
test/Twig/Tests/Fixtures/macros/simple.test
test/Twig/Tests/Node/Expression/GetAttrTest.php