diff options
author | Fabien Potencier <fabien@Fabien-Potenciers-MacBook-Air.local> | 2011-03-18 21:07:11 +0100 |
---|---|---|
committer | Fabien Potencier <fabien@Fabien-Potenciers-MacBook-Air.local> | 2011-03-18 21:07:11 +0100 |
commit | 661080cedd54d5e790fcca4447e2cd91a7fe9c83 (patch) | |
tree | e0efc7904f7d2f06f9b4e8d283d17fae8e4e9c0e | |
parent | 6e4d1d8753558d7050a8f752505f73b4812f9216 (diff) | |
parent | 0fb9858262e4f29e6b600410454934173b74df68 (diff) | |
download | symfony-security-661080cedd54d5e790fcca4447e2cd91a7fe9c83.zip symfony-security-661080cedd54d5e790fcca4447e2cd91a7fe9c83.tar.gz symfony-security-661080cedd54d5e790fcca4447e2cd91a7fe9c83.tar.bz2 |
Merge remote branch 'schmittjoh/security'
-rw-r--r-- | Http/Firewall/ExceptionListener.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Firewall/ExceptionListener.php b/Http/Firewall/ExceptionListener.php index d791bac..2d1549d 100644 --- a/Http/Firewall/ExceptionListener.php +++ b/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); |