Explorar o código

Added self-registering / user synchronization extensibility

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1759 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=13) %!d(string=hai) anos
pai
achega
573336ca37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/userrights.class.inc.php

+ 1 - 1
core/userrights.class.inc.php

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