Use the default language when creating a new user from CAS

SVN:trunk[1697]
This commit is contained in:
Denis Flaven
2011-11-29 15:54:53 +00:00
parent a94ccb9091
commit f17f4e1f78

View File

@@ -597,6 +597,7 @@ EOF
$oUser = new UserExternal();
$oUser->Set('login', $sEmail);
$oUser->Set('contactid', $iContactId);
$oUser->Set('language', MetaModel::GetConfig()->GetDefaultLanguage());
}
else
{