projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c948c98
)
Fix Identity usage
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 2 Jun 2010 17:32:58 +0000
(13:32 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 2 Jun 2010 17:35:18 +0000
(13:35 -0400)
ansel/templates/group/owner.inc
patch
|
blob
|
history
diff --git
a/ansel/templates/group/owner.inc
b/ansel/templates/group/owner.inc
index
7678f9b
..
24a2270
100644
(file)
--- 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;