fixed two edge case bug in the filesystem loader
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 5 Aug 2013 16:00:03 +0000 (18:00 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 5 Aug 2013 16:00:05 +0000 (18:00 +0200)
commitf888818fd4c087fcc99731d0447c23b33e7cc60e
tree9830aec97a0cfe8d88c7eb2de4330d42ff3788bc
parent7c1ce36f87ab1dd1dea007749325b8e120208be6
fixed two edge case bug in the filesystem loader

* fixed caching when two templates have the same template name but a different namespace
* fixed the error message when a template has a namespace
lib/Twig/Loader/Filesystem.php
test/Twig/Tests/Loader/FilesystemTest.php