فهرست منبع

Merge remote branch 'schmittjoh/security'

Fabien Potencier 14 سال پیش
والد
کامیت
cdfc731ff5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php

+ 1 - 1
src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php

@@ -138,7 +138,7 @@ class ExceptionListener
         $event->setResponse($response);
     }
 
-    private function startAuthentication(GetResponseForExceptionEvent $event, Request $request, AuthenticationException $authException)
+    private function startAuthentication(Request $request, AuthenticationException $authException)
     {
         $this->context->setToken(null);