Fixed typos during the copy/paste for automatic account creation

SVN:1.2[1826]
This commit is contained in:
Denis Flaven
2012-01-31 12:36:05 +00:00
parent 423de35cf5
commit ee938d674d

View File

@@ -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'))
{