We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3020a1 commit 69a0e9eCopy full SHA for 69a0e9e
1 file changed
Resources/views/Collector/propel.html.twig
@@ -79,12 +79,12 @@
79
<code>{{ query.sql|format_sql }}</code>
80
{% if app.request.query.has('query') and app.request.query.get('query') == i %}
81
<div class="SQLExplain">
82
- {% render controller('PropelBundle:Panel:explain', {
+ {{ render(controller('PropelBundle:Panel:explain', {
83
'token': token,
84
'panel': 'propel',
85
'query': app.request.query.get('query'),
86
'connection': app.request.query.get('connection')
87
- }) %}
+ })) }}
88
</div>
89
{% endif %}
90
<div class="SQLInfo">
@@ -101,5 +101,5 @@
101
</tbody>
102
</table>
103
104
- {% render controller('PropelBundle:Panel:configuration') %}
+ {{ render(controller('PropelBundle:Panel:configuration')) }}
105
{% endblock %}
0 commit comments