Explorar el Código

[FrameworkBundle] fixed missing variable

Fabien Potencier hace 14 años
padre
commit
ac880f26a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php

@@ -43,7 +43,7 @@ class Engine extends BaseEngine
         $this->container = $container;
         $this->escaper = $escaper;
 
-        parent::__construct($loader);
+        parent::__construct($loader, $renderers);
 
         foreach ($this->container->findTaggedServiceIds('templating.renderer') as $id => $attributes) {
             if (isset($attributes[0]['alias'])) {