mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
ffcc2ed56b
commit
c416216822
@ -533,7 +533,7 @@ class LdapUserGroupBackend extends LdapRepository implements UserGroupBackendInt
|
|||||||
if ($query !== null && $this->groupFilter) {
|
if ($query !== null && $this->groupFilter) {
|
||||||
$query->getQuery()->setNativeFilter($this->groupFilter);
|
$query->getQuery()->setNativeFilter($this->groupFilter);
|
||||||
}
|
}
|
||||||
} elseif ($table === 'group_memership') {
|
} elseif ($table === 'group_membership') {
|
||||||
$table = $this->groupClass;
|
$table = $this->groupClass;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user