Skip to content

Commit 68661ff

Browse files
committed
Fix LDAP pagination
1 parent 9819517 commit 68661ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adapter/ExtLdap/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function getResources(): array
174174
private function resetPagination()
175175
{
176176
$con = $this->connection->getResource();
177-
$this->controlPagedResultResponse($con, 0, '');
177+
$this->controlPagedResult($con, 0, '');
178178
$this->serverctrls = [];
179179

180180
// This is a workaround for a bit of a bug in the above invocation

0 commit comments

Comments
 (0)