merged branch lyrixx/error-guess (PR #675)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 23 Mar 2012 23:23:13 +0000 (00:23 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 23 Mar 2012 23:23:13 +0000 (00:23 +0100)
Commits
-------

d0ae029 Fixed notice in Twig_Error::guessTemplateLine

Discussion
----------

Fixed notice in Twig_Error::guessTemplateLine

Sometimes, `trace['line']` is not available and makes notice.

You can see tests in https://github.com/lyrixx/Silex-Kitchen-Edition/tree/composer.


Trivial merge