bug #20653 [WebProfilerBundle] Profiler includes ghost panels

This commit is contained in:
Jerzy Zawadzki 2016-11-27 21:34:49 +00:00
parent 777cdfc0f6
commit 73cf796029

View File

@ -38,7 +38,7 @@
{% for name, template in templates %} {% for name, template in templates %}
{% set menu -%} {% set menu -%}
{% with { 'collector': profile.getcollector(name) } %} {% with { 'collector': profile.getcollector(name) } %}
{{ block('menu', template) }} {{- block('menu', template) -}}
{% endwith %} {% endwith %}
{%- endset %} {%- endset %}
{% if menu != '' %} {% if menu != '' %}