Skip to content

Commit

Permalink
[FrameworkBundle] fixed SSI definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 3, 2014
1 parent d31bf63 commit ddc0e86
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -48,12 +48,8 @@
<tag name="kernel.fragment_renderer" />
<argument type="service" id="ssi" on-invalid="null" />
<argument type="service" id="fragment.renderer.inline" />
<call method="setFragmentPath">
<argument>%fragment.path%</argument>
</call>
<call method="setUriSigner">
<argument type="service" id="uri_signer" />
</call>
<argument type="service" id="uri_signer" />
<call method="setFragmentPath"><argument>%fragment.path%</argument></call>
</service>
</services>
</container>

0 comments on commit ddc0e86

Please sign in to comment.