Skip to content

Commit b51acdc

Browse files
Merge branch '5.4' into 6.0
* 5.4: [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 1a574f8 + 6fefe0a commit b51acdc

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
{{ include('@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)