fix functions name

This commit is contained in:
Christian Foellmann 2023-12-28 09:40:35 +01:00 committed by GitHub
parent 858825be6d
commit a2d584a4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ if (!$confirmed) {
}
/*
* if (!getDolGlobalSring('LDAP_CONTACT_ACTIVE')) {
* if (!getDolGlobalString('LDAP_CONTACT_ACTIVE')) {
* print $langs->trans("LDAPSynchronizationNotSetupInDolibarr");
* exit(-1);
* }