From 8d751e29dea61291ed2f272e07db7b69859b6e05 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 1 Dec 2010 18:52:06 +0100 Subject: [PATCH] Pass organizer to iTip view. --- kronolith/lib/Kronolith.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 877643cff..4fe339a9e 100644 --- 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; } -- 2.11.0