Skip to content

Commit 386d6ab

Browse files
committed
Fix syntax error created by a0de69b - thanks to Bert Van de Poel for testing this and identifying the error
1 parent 1d26d43 commit 386d6ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ds_ldap_pla.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ public function checkUniqueAttrs($dn,$attrs) {
608608
foreach ($attrs[$attr] as $val)
609609
if ($val)
610610
$query['filter'] .= sprintf('(%s=%s)',$attr,$val);
611+
}
611612
$query['filter'] .= ')';
612613

613614
$query['attrs'] = $checkattrs;

0 commit comments

Comments
 (0)