mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
624f5050b7
commit
b0559206af
@ -789,7 +789,7 @@ class LdapConnection implements Selectable, Inspectable
|
|||||||
}
|
}
|
||||||
|
|
||||||
$limit = $query->getLimit();
|
$limit = $query->getLimit();
|
||||||
$offset = $query->hasOffset() ? $query->getOffset() - 1 : 0;
|
$offset = $query->hasOffset() ? $query->getOffset() : 0;
|
||||||
$queryString = (string) $query;
|
$queryString = (string) $query;
|
||||||
$base = $query->getBase() ?: $this->rootDn;
|
$base = $query->getBase() ?: $this->rootDn;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user