Browse Source

[Security] Removed useless method call

Christophe Coevoet 14 years ago
parent
commit
cc036b4f2b

+ 0 - 2
src/Symfony/Component/Security/Http/Firewall/BasicAuthenticationListener.php

@@ -85,8 +85,6 @@ class BasicAuthenticationListener implements ListenerInterface
                 return;
             }
 
-            $event->stopPropagation();
-
             $event->setResponse($this->authenticationEntryPoint->start($request, $failed));
         }
     }