Skip to content

Commit 2982550

Browse files
committed
Remove stray ;
1 parent bf1c4c2 commit 2982550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Auth/Process/AttributeAddUsersGroups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ protected function searchActiveDirectory(string $dn): array
349349
' Member Attribute: ' . $map['member'] .
350350
' Type Attribute: ' . $map['type'] .
351351
' Type Value: ' . $this->type_map['group'] .
352-
' Base: ' . implode('; ', is_array($this->base_dn) ? $this->base_dn : [$this->base_dn]);
352+
' Base: ' . implode('; ', is_array($this->base_dn) ? $this->base_dn : [$this->base_dn])
353353
);
354354

355355
// AD connections should have this set

0 commit comments

Comments
 (0)