Skip to content

Commit 089981e

Browse files
committed
1 parent 7b35c2d commit 089981e

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
@@ -73,7 +73,7 @@ public function execute()
7373
$func = 'ldap_search';
7474
break;
7575
default:
76-
throw new LdapException(sprintf('Could not search in scope %s', $this->options['scopen']));
76+
throw new LdapException(sprintf('Could not search in scope "%s"', $this->options['scope']));
7777
}
7878

7979
$this->search = @$func(

0 commit comments

Comments
 (0)