Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed an object as route generator argument
  • Loading branch information
Iltar van der Berg committed Dec 30, 2015
1 parent ddc508b commit 43fd7bb
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -307,7 +307,6 @@ public function searchResultsAction(Request $request, $token)
'end' => $end,
'limit' => $limit,
'panel' => null,
'request' => $request,
)), 200, array('Content-Type' => 'text/html'));
}

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

return new RedirectResponse($this->generator->generate('_profiler_search_results', array(
'request' => $request,
'token' => $tokens ? $tokens[0]['token'] : 'empty',
'ip' => $ip,
'method' => $method,
Expand Down

0 comments on commit 43fd7bb

Please sign in to comment.