Skip to content

Commit

Permalink
Merge branch 'profiler-fix' (PR #150)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jan 12, 2013
2 parents 5884970 + a9484e2 commit f43894e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/Collector/db.html.twig
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@


{% block panel %} {% block panel %}
{% if 'explain' == page %} {% if 'explain' == page %}
{% render 'DoctrineBundle:Profiler:explain' with { {{ render(controller('DoctrineBundle:Profiler:explain', {
'token': token, 'token': token,
'panel': 'db', 'panel': 'db',
'connectionName': app.request.query.get('connection'), 'connectionName': app.request.query.get('connection'),
'query': app.request.query.get('query') 'query': app.request.query.get('query')
} %} })) }}
{% else %} {% else %}
{{ block('queries') }} {{ block('queries') }}
{% endif %} {% endif %}
Expand Down

0 comments on commit f43894e

Please sign in to comment.