projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56fa941
)
Move this into the try-block.
author
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 22:16:46 +0000
(
00:16
+0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 22:18:02 +0000
(
00:18
+0200)
imp/lib/Mime/Viewer/Itip.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Itip.php
b/imp/lib/Mime/Viewer/Itip.php
index
b619181
..
d8adcbf
100644
(file)
--- a/
imp/lib/Mime/Viewer/Itip.php
+++ b/
imp/lib/Mime/Viewer/Itip.php
@@
-562,11
+562,11
@@
class IMP_Mime_Viewer_Itip extends Horde_Mime_Viewer_Base
try {
$attendees = $vevent->getAttribute('ATTENDEE');
+ $attendee_params = $vevent->getAttribute('ATTENDEE', true);
if (!empty($attendees) && !is_array($attendees)) {
$attendees = array($attendees);
}
} catch (Horde_Icalendar_Exception $e) {}
- $attendee_params = $vevent->getAttribute('ATTENDEE', true);
switch ($method) {
case 'PUBLISH':