Skip to content

Commit

Permalink
Fix ticket #10663 - Added setCharset method call to PHP templating en…
Browse files Browse the repository at this point in the history
…gine.
  • Loading branch information
koku authored and fabpot committed Apr 9, 2014
1 parent 93bfb68 commit 0bc79ca
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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>

0 comments on commit 0bc79ca

Please sign in to comment.