Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

pull/3393/head
Julio Montoya 5 years ago
commit c12cb734bd
  1. 18
      main/inc/lib/usermanager.lib.php

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

Loading…
Cancel
Save