소스 검색

[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;
                 return;
             }
             }
 
 
-            $event->stopPropagation();
-
             $event->setResponse($this->authenticationEntryPoint->start($request, $failed));
             $event->setResponse($this->authenticationEntryPoint->start($request, $failed));
         }
         }
     }
     }