projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98af03
)
Hermes: Fix listing users when searching for time
author
Ben Klang
<ben@alkaloid.net>
Wed, 9 Jun 2010 22:13:15 +0000
(18:13 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 9 Jun 2010 22:13:42 +0000
(18:13 -0400)
hermes/lib/Hermes.php
patch
|
blob
|
history
diff --git
a/hermes/lib/Hermes.php
b/hermes/lib/Hermes.php
index
79659be
..
841d36a
100644
(file)
--- a/
hermes/lib/Hermes.php
+++ b/
hermes/lib/Hermes.php
@@
-174,7
+174,7
@@
class Hermes {
$employees = array();
foreach ($users as $user) {
- $identity =
&Identity::singleton('none',
$user);
+ $identity =
$GLOBALS['injector']->getInstance('Horde_Prefs_Identity')->getIdentity(
$user);
$label = $identity->getValue('fullname');
if (empty($label)) {
$label = $user;