[WebProfileBundle] fix missing request var in the 'last 10' panel

This commit is contained in:
Fabien Potencier 2015-09-28 16:54:55 +02:00
parent 634aafc3ac
commit b9100d3a3f

View File

@ -303,6 +303,7 @@ class ProfilerController
'end' => $end,
'limit' => $limit,
'panel' => null,
'request' => $request,
)), 200, array('Content-Type' => 'text/html'));
}