mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix PHPCS. Rename connect_bind to connectBind.
This commit is contained in:
@@ -127,7 +127,7 @@ if (!getDolGlobalString('LDAP_GROUP_DN')) {
|
||||
}
|
||||
|
||||
$ldap = new Ldap();
|
||||
$result = $ldap->connect_bind();
|
||||
$result = $ldap->connectBind();
|
||||
if ($result >= 0) {
|
||||
$justthese = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user