mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +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']);
|
$ldapDrivers = new ldapDrivers($c->authenticate_hook['config']);
|
||||||
|
|
||||||
if ($ldapDrivers->valid) {
|
if ($ldapDrivers->valid) {
|
||||||
$instance = $ldapDrivers
|
$instance = $ldapDrivers;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$ldapDrivers = $instance
|
$ldapDrivers = $instance;
|
||||||
}
|
}
|
||||||
return $ldapDrivers;
|
return $ldapDrivers;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user