Fixed typos during the copy/paste for automatic account creation

SVN:trunk[1827]
This commit is contained in:
Denis Flaven
2012-01-31 12:44:16 +00:00
parent 2645194f51
commit 3a5f73fe65

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