|
|
|
@ -887,18 +887,18 @@ class UserManager |
|
|
|
$user["lastname"], |
|
|
|
$user["lastname"], |
|
|
|
$login, |
|
|
|
$login, |
|
|
|
null, |
|
|
|
null, |
|
|
|
null, |
|
|
|
$userInfo['auth_source'], |
|
|
|
$user["email"], |
|
|
|
$user["email"], |
|
|
|
$userInfo['status'], |
|
|
|
$userInfo['status'], |
|
|
|
'', |
|
|
|
$userInfo['official_code'], |
|
|
|
'', |
|
|
|
$userInfo['phone'], |
|
|
|
'', |
|
|
|
$userInfo['picture_uri'], |
|
|
|
|
|
|
|
$userInfo['expiration_date'], |
|
|
|
|
|
|
|
$userInfo['active'], |
|
|
|
|
|
|
|
$userInfo['creator_id'], |
|
|
|
|
|
|
|
$userInfo['hr_dept_id'], |
|
|
|
null, |
|
|
|
null, |
|
|
|
1, |
|
|
|
$userInfo['language'] |
|
|
|
null, |
|
|
|
|
|
|
|
0, |
|
|
|
|
|
|
|
null, |
|
|
|
|
|
|
|
'' |
|
|
|
|
|
|
|
); |
|
|
|
); |
|
|
|
if (false === $userId) { |
|
|
|
if (false === $userId) { |
|
|
|
throw new Exception(get_lang('CouldNotUpdateUser')); |
|
|
|
throw new Exception(get_lang('CouldNotUpdateUser')); |
|
|
|
|