We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8fd56 commit 4fe0a6fCopy full SHA for 4fe0a6f
src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php
@@ -174,7 +174,7 @@ public function getResources(): array
174
private function resetPagination()
175
{
176
$con = $this->connection->getResource();
177
- $this->controlPagedResultResponse($con, 0, '');
+ $this->controlPagedResult($con, 0, '');
178
$this->serverctrls = [];
179
180
// This is a workaround for a bit of a bug in the above invocation
0 commit comments