Merge pull request #9360 from frederic34/patch-18

Update ldap.php
This commit is contained in:
Laurent Destailleur 2018-09-01 13:28:16 +02:00 committed by GitHub
commit bb444c80d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ if ($action == 'dolibarr2ldap')
setEventMessages($langs->trans("MemberSynchronized"), null, 'mesgs');
}
else {
setEventMessages($ldap->errors, $ldap->error, 'errors');
setEventMessages($ldap->error, $ldap->errors, 'errors');
}
}