Skip to content
Snippets Groups Projects
Unverified Commit 72fef9a0 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Strict comparison

parent e18d1fad
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ class LDAP
$filter = '(|'.$filter.')';
// Append LDAP filters if defined
if ($searchFilter != null) {
if ($searchFilter !== null) {
$filter = "(&".$filter."".$searchFilter.")";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment