Fix merge

This commit is contained in:
Nicolas Grekas 2015-06-18 15:42:09 +02:00
parent 7617492914
commit f3d6bbff59

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