Fix merge

This commit is contained in:
Nicolas Grekas 2015-06-18 15:40:06 +02:00
parent 2e7c2caaf2
commit 2a1338ba19

View File

@ -95,7 +95,7 @@ class RememberMeListener implements ListenerInterface
$this->rememberMeServices->loginFail($request); $this->rememberMeServices->loginFail($request);
if (!$this->catchExceptions) { if (!$this->catchExceptions) {
throw $failed; throw $e;
} }
} }
} }