8000 Fix LDAP pagination · symfony/symfony@4fe0a6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fe0a6f

Browse files
committed
Fix LDAP pagination
1 parent be8fd56 commit 4fe0a6f

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Ldap/Adapter/ExtLdap

1 file changed

+1
-1
lines changed

src/Symfony/Component/Ldap/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)
0