Skip to content

Commit ce60d5f

Browse files
committed
[HttpKernel] added logging when an inline fragment cannot be rendered and ignore_errors is on
1 parent 6ae461d commit ce60d5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/fragment_renderer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<service id="fragment.renderer.inline" class="%fragment.renderer.inline.class%">
2323
<tag name="kernel.fragment_renderer" />
2424
<argument type="service" id="http_kernel" />
25+
<argument type="service" id="event_dispatcher" />
2526
<call method="setFragmentPath"><argument>%fragment.path%</argument></call>
2627
</service>
2728

0 commit comments

Comments
 (0)