8000 bug #17179 [WebProfiler] Removed an object as route generator argumen… · symfony/symfony@a22a070 · GitHub
[go: up one dir, main page]

Skip to content

Commit a22a070

Browse files
committed
bug #17179 [WebProfiler] Removed an object as route generator argument (iltar)
This PR was merged into the 2.8 branch. Discussion ---------- [WebProfiler] Removed an object as route generator argument | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17178 | License | MIT | Doc PR | ~ Commits ------- 43fd7bb Removed an object as route generator argument
2 parents 7fc3046 + 43fd7bb commit a22a070

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ public function searchResultsAction(Request $request, $token)
307307
'end' => $end,
308308
'limit' => $limit,
309309
'panel' => null,
310-
'request' => $request,
311310
)), 200, array('Content-Type' => 'text/html'));
312311
}
313312

@@ -353,7 +352,6 @@ public function searchAction(Request $request)
353352
$tokens = $this->profiler->find($ip, $url, $limit, $method, $start, $end);
354353

355354
return new RedirectResponse($this->generator->generate('_profiler_search_results', array(
356-
'request' => $request,
357355
'token' => $tokens ? $tokens[0]['token'] : 'empty',
358356
'ip' => $ip,
359357
'method' => $method,

0 commit comments

Comments
 (0)
0