From 01c8c98b1cf01aa2e0938ffe2bf743400e9cde84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 3 Jan 2011 22:58:55 +0100 Subject: [PATCH] Fixes group display in vcard. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- include/vcard.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vcard.inc.php b/include/vcard.inc.php index 778cd1f..bb025c6 100644 --- a/include/vcard.inc.php +++ b/include/vcard.inc.php @@ -137,7 +137,7 @@ class VCard extends PlVCard // Custom fields if (!is_null($user)) { - $groups = $user->groups(); + $groups = $user->groups(true, true); if (count($groups)) { $gn = DirEnum::getOptions(DirEnum::GROUPESX); $gns = array(); -- 2.1.4