fixed a crash when an object with __toString() method is passed as template name
authorMartin Hasoň <martin.hason@gmail.com>
Thu, 1 Dec 2011 11:43:07 +0000 (12:43 +0100)
committerMartin Hasoň <martin.hason@gmail.com>
Thu, 1 Dec 2011 11:43:07 +0000 (12:43 +0100)
commit16d780043f20c21fdeef409889051a760ed0a6d6
tree6aed99f429e86ba8844913bcf4751e00bac5f0af
parent9a638a4a33866b599e40b1322ac2bfb12f4049cc
fixed a crash when an object with __toString() method is passed as template name
lib/Twig/Loader/Array.php
test/Twig/Tests/Loader/ArrayTest.php