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 7b35c2d commit 089981eCopy full SHA for 089981e
src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php
@@ -73,7 +73,7 @@ public function execute()
73
$func = 'ldap_search';
74
break;
75
default:
76
- throw new LdapException(sprintf('Could not search in scope %s', $this->options['scopen']));
+ throw new LdapException(sprintf('Could not search in scope "%s"', $this->options['scope']));
77
}
78
79
$this->search = @$func(
0 commit comments