From edf076a8336107f5428d10574b280cbe1e2f53ca Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 2 Jun 2010 13:32:58 -0400 Subject: [PATCH] Fix Identity usage --- ansel/templates/group/owner.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0