mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Fixed typos during the copy/paste for automatic account creation
SVN:trunk[1827]
This commit is contained in:
@@ -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'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user