From a6f53f0ef0ae75f73924b2c7eddc90127f164a4d Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 2 Jun 2014 20:57:43 +0000 Subject: [PATCH] fixed links --- lam/lib/types/group.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/lib/types/group.inc b/lam/lib/types/group.inc index dc0717a2..23a03bdc 100644 --- a/lam/lib/types/group.inc +++ b/lam/lib/types/group.inc @@ -363,6 +363,7 @@ class lamGroupList extends lamList { if (!isAccountTypeHidden($type)) { $values[$i] = '' . getAbstractDN($values[$i]) . ''; $replaced = true; + break; } } }