mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-27 15:31:32 +00:00
inc/drivers_ldap: fix 'Undefined variable'
This commit is contained in:
parent
ba5c7e90e1
commit
e913676660
@ -119,6 +119,7 @@ class ldapDrivers
|
||||
global $c;
|
||||
|
||||
$query = $this->ldap_query_all;
|
||||
$ret = array();
|
||||
|
||||
foreach($this->baseDNUsers as $baseDNUsers) {
|
||||
$entry = $query($this->connect,$baseDNUsers,$this->filterUsers,$attributes);
|
||||
@ -150,6 +151,7 @@ class ldapDrivers
|
||||
global $c;
|
||||
|
||||
$query = $this->ldap_query_all;
|
||||
$ret = array();
|
||||
|
||||
foreach($this->baseDNGroups as $baseDNGroups) {
|
||||
$entry = $query($this->connect,$baseDNGroups,$this->filterGroups,$attributes);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user