Skip to content

Commit

Permalink
Merge branch '6.7' into 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickroger committed Mar 28, 2017
2 parents 3e5be10 + 201341e commit c5503df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ public function onKernelRequestRedirect(GetResponseEvent $event)

$headers = [];
if ($request->attributes->has('locationId')) {
$headers[ 'X-Location-Id'] = $request->attributes->get('locationId');
$headers['X-Location-Id'] = $request->attributes->get('locationId');
}
$event->setResponse(
new RedirectResponse(
Expand Down

0 comments on commit c5503df

Please sign in to comment.