From: Michael J. Rubinsky Date: Wed, 2 Jun 2010 17:32:58 +0000 (-0400) Subject: Fix Identity usage X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=edf076a8336107f5428d10574b280cbe1e2f53ca;p=horde.git Fix Identity usage --- diff --git a/ansel/templates/group/owner.inc b/ansel/templates/group/owner.inc index 7678f9bf0..24a2270fc 100644 --- a/ansel/templates/group/owner.inc +++ b/ansel/templates/group/owner.inc @@ -7,7 +7,7 @@ if ($group == Horde_Auth::getAuth()) { 'ansel', $group, '', null, false); $custom = $uprefs->getValue('grouptitle'); - $identity = &Identity::singleton('none', $group); + $identity = new Horde_Prefs_Identity(array('prefs' => $GLOBALS['prefs'], 'user' => $group)); $fullname = $identity->getValue('fullname'); if (!$fullname) { $fullname = $group;