Skip to content

Commit

Permalink
[FrameworkBundle] Fix a BC for Hinclude global template
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Feb 19, 2013
1 parent 6c5a78a commit 171cff0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -365,7 +365,7 @@ private function registerTemplatingConfiguration(array $config, $ide, ContainerB

$container->setParameter('templating.helper.code.file_link_format', isset($links[$ide]) ? $links[$ide] : $ide);
$container->setParameter('templating.helper.form.resources', $config['form']['resources']);
$container->setParameter('templating.hinclude.default_template', $config['hinclude_default_template']);
$container->setParameter('fragment.renderer.hinclude.global_template', $config['hinclude_default_template']);

if ($container->getParameter('kernel.debug')) {
$loader->load('templating_debug.xml');
Expand Down

0 comments on commit 171cff0

Please sign in to comment.