Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from cilefen/fix-global-constant
Browse files Browse the repository at this point in the history
Global LDAP_DEREF_NEVER should be namespaced
  • Loading branch information
robertrossmann authored Jul 12, 2018
2 parents 8540898 + 76e69ac commit 95f2f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dreamscapes/Ldap/Core/Ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ public function ldapSearch(
$attrsOnly = false,
$sizeLimit = 0,
$timeLimit = 0,
$deref = LDAP_DEREF_NEVER
$deref = \LDAP_DEREF_NEVER
) {
$function = $this->scopeToFunction($scope);
// Support for parallel search
Expand Down

0 comments on commit 95f2f0d

Please sign in to comment.