[Security] fix typo

This commit is contained in:
Jacob Dreesen 2014-09-25 21:08:05 +02:00
parent 37711c74c1
commit 1226dc121f

View File

@ -34,7 +34,7 @@ class CustomAuthenticationSuccessHandler implements AuthenticationSuccessHandler
if (method_exists($handler, 'setOptions')) {
$this->handler->setOptions($options);
}
if (method_exists($providerKey, 'setProviderKey')) {
if (method_exists($handler, 'setProviderKey')) {
$this->handler->setProviderKey($providerKey);
}
}