mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
Fixed typos during the copy/paste for automatic account creation
SVN:1.2[1826]
This commit is contained in:
@@ -1187,7 +1187,7 @@ class CAS_SelfRegister implements iSelfRegister
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Now synchronize the profiles
|
// Now synchronize the profiles
|
||||||
if (!self::SetProfilesFromCAS($oUser, $Groups))
|
if (!self::SetProfilesFromCAS($oUser, $aGroups))
|
||||||
{
|
{
|
||||||
return false;
|
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'))
|
if (!MetaModel::IsValidClass('URP_Profiles'))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user