mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
fixed missing semicolons in drivers_ldap.php
This commit is contained in:
parent
6b37b2b422
commit
1330892852
@ -256,11 +256,11 @@ function getStaticLdap() {
|
||||
$ldapDrivers = new ldapDrivers($c->authenticate_hook['config']);
|
||||
|
||||
if ($ldapDrivers->valid) {
|
||||
$instance = $ldapDrivers
|
||||
$instance = $ldapDrivers;
|
||||
}
|
||||
}
|
||||
else {
|
||||
$ldapDrivers = $instance
|
||||
$ldapDrivers = $instance;
|
||||
}
|
||||
return $ldapDrivers;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user