Fix LDAP pagination

This commit is contained in:
Jérémy Derussé 2020-11-07 21:18:28 +01:00
parent be8fd560e3
commit 4fe0a6f2b9
No known key found for this signature in database
GPG Key ID: 2083FA5758C473D2

View File

@ -174,7 +174,7 @@ class Query extends AbstractQuery
private function resetPagination() private function resetPagination()
{ {
$con = $this->connection->getResource(); $con = $this->connection->getResource();
$this->controlPagedResultResponse($con, 0, ''); $this->controlPagedResult($con, 0, '');
$this->serverctrls = []; $this->serverctrls = [];
// This is a workaround for a bit of a bug in the above invocation // This is a workaround for a bit of a bug in the above invocation