Преглед на файлове

[Security] Removed useless method call

Christophe Coevoet преди 14 години
родител
ревизия
cc036b4f2b
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/Symfony/Component/Security/Http/Firewall/BasicAuthenticationListener.php

+ 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));
         }
     }