Fix ticket #10663 - Added setCharset method call to PHP templating engine.

This commit is contained in:
Koen Kuipers 2014-04-09 15:56:38 +02:00 committed by Fabien Potencier
parent 93bfb68483
commit 0bc79ca009

View File

@ -20,6 +20,7 @@
<argument type="service" id="templating.loader" />
<argument type="service" id="debug.stopwatch" />
<argument type="service" id="templating.globals" />
<call method="setCharset"><argument>%kernel.charset%</argument></call>
</service>
</services>
</container>