Browse Source

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 13 years ago
parent
commit
5551d3de21
1 changed files with 2 additions and 2 deletions
  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'))
 		{