mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
Another false to null switch
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user