removed typo

This commit is contained in:
Godfrey M 2024-07-10 10:58:45 -07:00
parent 22ddb695f2
commit 726308bfd5

View file

@ -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($ldap_result_username != null){
$user->username = $item[name'];
$user->username = $item['username'];
}
if($ldap_result_last_name != null){
$user->last_name = $item['lastname'];