From 1c3989c8fb30b4710e660db2803f1ccce2ed64dc Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 29 Nov 2018 17:30:52 +0100 Subject: [PATCH] Another false to null switch --- lib/SP/Providers/Auth/Ldap/LdapActions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SP/Providers/Auth/Ldap/LdapActions.php b/lib/SP/Providers/Auth/Ldap/LdapActions.php index 0f808ce1..e81a9e7e 100644 --- a/lib/SP/Providers/Auth/Ldap/LdapActions.php +++ b/lib/SP/Providers/Auth/Ldap/LdapActions.php @@ -252,7 +252,7 @@ final class LdapActions * @return array * @throws LdapException */ - public function getObjects($filter, array $attributes = self::USER_ATTRIBUTES, $searchBase = false) + public function getObjects($filter, array $attributes = self::USER_ATTRIBUTES, $searchBase = null) { $searchResults = $this->getResults($filter, $attributes, $searchBase);