Added self-registering / user synchronization extensibility

SVN:1.2[1760]
This commit is contained in:
Denis Flaven
2012-01-11 16:01:11 +00:00
parent 5d4476f48b
commit 7fadb5e08b

View File

@@ -428,7 +428,7 @@ class UserRights
{
if (self::$m_sSelfRegisterAddOn != null)
{
call_user_func(array($m_sSelfRegisterAddOn, 'UpdateUser'), $oUser, $sLoginMode, $sAuthentication);
call_user_func(array(self::$m_sSelfRegisterAddOn, 'UpdateUser'), $oUser, $sLoginMode, $sAuthentication);
}
}