fixed typo

This commit is contained in:
Fabien Potencier 2011-01-21 16:28:24 +01:00
parent d2e24a9cae
commit 645528c9c6

View File

@ -47,7 +47,7 @@ class ExceptionController extends ContainerAware
if ($this->container->get('kernel')->isDebug() && 'html' == $format) {
$name = 'exception_full';
}
$template = 'FrameworkBundle:Exception:'.$name.$format.'.twig';
$template = 'FrameworkBundle:Exception:'.$name.'.'.$format.'.twig';
$templating = $this->container->get('templating');
if (!$templating->exists($template)) {