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

Commit 8290d69

Browse files
committed
Missing curly brace
1 parent 4cb8850 commit 8290d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/auth.ldap/LdapAuthDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public function getUsersCount($baseGroup = "/", $regexp = "", $filterProperty =
477477
}
478478

479479
if (!empty($this->hasGroupsMapping)) {
480-
if ($baseGroup !== "/")
480+
if ($baseGroup !== "/") {
481481
$this->dynamicFilter = $this->hasGroupsMapping . "=" . basename($baseGroup);
482482
}
483483
}

0 commit comments

Comments
 (0)