This commit is contained in:
Paweł Tomulik 2017-12-11 18:48:41 +01:00
parent 7b35c2dcde
commit 089981e40f

View File

@ -73,7 +73,7 @@ class Query extends AbstractQuery
$func = 'ldap_search';
break;
default:
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']));
}
$this->search = @$func(