Added self-registering / user synchronization extensibility

SVN:trunk[1759]
This commit is contained in:
Denis Flaven
2012-01-11 15:59:29 +00:00
parent 6a9ea25b27
commit 308ec94f8c

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