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"], $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'));

Loading…
Cancel
Save