Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Missing curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
ghecquet committed Nov 18, 2016
1 parent 4cb8850 commit 8290d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ldap/LdapAuthDriver.php
Expand Up @@ -477,7 +477,7 @@ public function getUsersCount($baseGroup = "/", $regexp = "", $filterProperty =
}

if (!empty($this->hasGroupsMapping)) {
if ($baseGroup !== "/")
if ($baseGroup !== "/") {
$this->dynamicFilter = $this->hasGroupsMapping . "=" . basename($baseGroup);
}
}
Expand Down

0 comments on commit 8290d69

Please sign in to comment.