diff options
author | Christophe Coevoet <stof@notk.org> | 2011-03-23 00:02:57 +0100 |
---|---|---|
committer | Christophe Coevoet <stof@notk.org> | 2011-03-23 00:02:57 +0100 |
commit | bc2fd05a597532cb19bab450512f93251e2f68bf (patch) | |
tree | cbe25fd5e5d2b6576f63c29f21727d7a84397df8 /Http | |
parent | 92b6f6f7671feee764570f2585665d460723cad3 (diff) | |
download | symfony-security-bc2fd05a597532cb19bab450512f93251e2f68bf.zip symfony-security-bc2fd05a597532cb19bab450512f93251e2f68bf.tar.gz symfony-security-bc2fd05a597532cb19bab450512f93251e2f68bf.tar.bz2 |
[Security] Removed useless method call
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Firewall/BasicAuthenticationListener.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Http/Firewall/BasicAuthenticationListener.php b/Http/Firewall/BasicAuthenticationListener.php index 0551fff..d35d8d5 100644 --- a/Http/Firewall/BasicAuthenticationListener.php +++ b/Http/Firewall/BasicAuthenticationListener.php @@ -85,8 +85,6 @@ class BasicAuthenticationListener implements ListenerInterface return; } - $event->stopPropagation(); - $event->setResponse($this->authenticationEntryPoint->start($request, $failed)); } } |