mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
removed typo
This commit is contained in:
parent
22ddb695f2
commit
726308bfd5
|
@ -257,7 +257,7 @@ class LdapSync extends Command
|
||||||
|
|
||||||
//If a sync option is not filled in on the LDAP settings don't populate the user field
|
//If a sync option is not filled in on the LDAP settings don't populate the user field
|
||||||
if($ldap_result_username != null){
|
if($ldap_result_username != null){
|
||||||
$user->username = $item[name'];
|
$user->username = $item['username'];
|
||||||
}
|
}
|
||||||
if($ldap_result_last_name != null){
|
if($ldap_result_last_name != null){
|
||||||
$user->last_name = $item['lastname'];
|
$user->last_name = $item['lastname'];
|
||||||
|
|
Loading…
Reference in a new issue