fixed the attribute() function when passing a variable for the arguments
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 1 Aug 2014 07:16:32 +0000 (09:16 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 1 Aug 2014 07:18:16 +0000 (09:18 +0200)
commitc03a7a323a891a891d108567ac08cb716a8daeb5
tree641a4e66e9d457872d5e8326934b97761bb5d0d8
parent72aa82b9a260b823325eec9b37bf6106a0137fb2
fixed the attribute() function when passing a variable for the arguments
CHANGELOG
lib/Twig/ExpressionParser.php
lib/Twig/Node/Expression/GetAttr.php
test/Twig/Tests/Fixtures/functions/attribute.test
test/Twig/Tests/Node/Expression/GetAttrTest.php