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
1 changed files with 1 additions and 1 deletions

View File

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