Skip to content

Commit e89c50b

Browse files
committed
minor #6122 Added missing mandatory parameter (yceruto)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #6122). Discussion ---------- Added missing mandatory parameter | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | n/a Commits ------- 0368933 Added parameter mandatory
2 parents 9d0cf82 + 0368933 commit e89c50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ must also define additional blocks:
203203
</div>
204204
{% endset %}
205205

206-
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig') }}
206+
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', {'link': true}) }}
207207
{% endblock %}
208208

209209
{% block head %}

0 commit comments

Comments
 (0)