diff --git a/src/Symfony/Component/Security/Http/Firewall.php b/src/Symfony/Component/Security/Http/Firewall.php index e083fdb496..31c1da58ae 100644 --- a/src/Symfony/Component/Security/Http/Firewall.php +++ b/src/Symfony/Component/Security/Http/Firewall.php @@ -63,7 +63,7 @@ class Firewall implements EventSubscriberInterface // initiate the listener chain foreach ($listeners as $listener) { - $response = $listener->handle($event); + $listener->handle($event); if ($event->hasResponse()) { break;