Merge pull request #14559 from Godmartinz/ldap_location_bug
Fixed ldap location syncing incorrect locations for users.
This commit is contained in:
commit
3bed04a6d3
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class LdapSync extends Command
|
|||
$user->location_id = $location->id;
|
||||
}
|
||||
}
|
||||
|
||||
$location = null;
|
||||
$user->ldap_import = 1;
|
||||
|
||||
$errors = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue