projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc25dd
)
Identity is not auto-loadable yet.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 11 Nov 2009 01:48:17 +0000
(20:48 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 11 Nov 2009 01:48:38 +0000
(20:48 -0500)
ansel/lib/Ansel.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Ansel.php
b/ansel/lib/Ansel.php
index
725c5dc
..
f7555b9
100644
(file)
--- a/
ansel/lib/Ansel.php
+++ b/
ansel/lib/Ansel.php
@@
-714,6
+714,7
@@
class Ansel
$owner, '', null, false);
$fullname = $uprefs->getValue('grouptitle');
if (!$fullname) {
+ require_once 'Horde/Identity.php';
$identity = Identity::singleton('none', $owner);
$fullname = $identity->getValue('fullname');
if (!$fullname) {