- fix property access when the instance implements Iterator or similar cases, by...
authorPierre Joye <pierre.php@gmail.com>
Mon, 21 Nov 2011 13:02:02 +0000 (14:02 +0100)
committerPierre Joye <pierre.php@gmail.com>
Mon, 21 Nov 2011 13:02:02 +0000 (14:02 +0100)
commit115edf2a71560a95aff11ef428e05cb21a286345
tree05bc4d3b16b8b38a37bf1df877ddcd2e8b7f70c7
parent7bc07dc132f96027289c994ef3eeb618ebc2ec3d
- fix property access when the instance implements Iterator or similar cases, by using get_object_vars instead, thx Arnaud Leblanc for the hint.
lib/Twig/Template.php