fixes #9342 adding on-invalid="ignore" (= null on constructor argument)

This commit is contained in:
Luis Cordova 2013-10-31 08:45:52 -05:00
parent f8e88bc7f9
commit d44fd2dd1f

View File

@ -15,7 +15,7 @@
<argument>%web_profiler.debug_toolbar.intercept_redirects%</argument>
<argument>%web_profiler.debug_toolbar.mode%</argument>
<argument>%web_profiler.debug_toolbar.position%</argument>
<argument type="service" id="router" />
<argument type="service" id="router" on-invalid="ignore" />
</service>
</services>
</container>