Explorar o código

Fixed typos during the copy/paste for automatic account creation

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

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

@@ -1187,7 +1187,7 @@ class CAS_SelfRegister implements iSelfRegister
 		}
 
 		// Now synchronize the profiles
-		if (!self::SetProfilesFromCAS($oUser, $Groups))
+		if (!self::SetProfilesFromCAS($oUser, $aGroups))
 		{
 			return false;
 		}
@@ -1213,7 +1213,7 @@ class CAS_SelfRegister implements iSelfRegister
 		}
 	}
 	
-	protected static function SetProfilesFromCAS($oUser, $Groups)
+	protected static function SetProfilesFromCAS($oUser, $aGroups)
 	{
 		if (!MetaModel::IsValidClass('URP_Profiles'))
 		{