fixed links

This commit is contained in:
Roland Gruber 2014-06-02 20:57:43 +00:00
parent b852fc67c0
commit a6f53f0ef0
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ class lamGroupList extends lamList {
if (!isAccountTypeHidden($type)) {
$values[$i] = '<a href="../account/edit.php?type=' . $type . '&amp;DN=\'' . $values[$i] . '\'">' . getAbstractDN($values[$i]) . '</a>';
$replaced = true;
break;
}
}
}