projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
502671a
)
Pass organizer to iTip view.
author
Jan Schneider
<jan@horde.org>
Wed, 1 Dec 2010 17:52:06 +0000
(18:52 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 1 Dec 2010 17:52:06 +0000
(18:52 +0100)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
877643c
..
4fe339a
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-2316,6
+2316,7
@@
class Kronolith
foreach ($event->attendees as $mail => $attendee) {
$attendees[] = empty($attendee['name']) ? $mail : Horde_Mime_Address::trimAddress($attendee['name'] . (strpos($mail, '@') === false ? '' : ' <' . $mail . '>'));
}
+ $view->organizer = $GLOBALS['registry']->convertUserName($event->creator, false);
$view->attendees = $attendees;
}