fixed a PHP notice when trying to access a key on a non-object/array variable
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 12 Apr 2012 12:36:25 +0000 (14:36 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 12 Apr 2012 12:36:25 +0000 (14:36 +0200)
commit4e28408ce1fced95251e5f8c8299aa43e9f40f4d
tree8337e1b37a77ee0a29e52a5e320f1b7417037d1c
parent58fbe0da4146608e085d7e67ebf2eae7aa8da19e
fixed a PHP notice when trying to access a key on a non-object/array variable
CHANGELOG
lib/Twig/Template.php
test/Twig/Tests/TemplateTest.php