Skip to content

Commit 7e9381a

Browse files
Merge branch '6.0' into 6.1
* 6.0: [HttpKernel] lock when writting profiles Using identical comparison for path validation [Mime] Fix email rendering when having inlined parts that are not related to the content fix typo [HttpFoundation] move flushing outside of Response::closeOutputBuffers [FrameworkBundle] Do not throw when describing a factory definition Fix checking result of DateTime::getLastErrors [WebProfilerBundle] Fix profile search bar link query params
2 parents 6589c2e + b51acdc commit 7e9381a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Profiler/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{{ source('@WebProfiler/Icon/search.svg') }} <span class="hidden-small">Search</span>
109109
</a>
110110

111-
{{ render(controller('web_profiler.controller.profiler::searchBarAction', request.query.all)) }}
111+
{{ render(controller('web_profiler.controller.profiler::searchBarAction', query=request.query.all)) }}
112112
</div>
113113
</div>
114114

0 commit comments

Comments
 (0)