Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update IMipPlugin.php
Implementation of issue #12885

Signed-off-by: Hans Dijkema <[email protected]>
  • Loading branch information
hdijkema authored and hans committed Dec 8, 2018
commit 0ef0df39a43131d8fbd9d74ac0d333e0ae99e489
2 changes: 1 addition & 1 deletion apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function schedule(Message $iTipMessage) {
);
$message->attach($attachment);

# The plain text text/calendar part
# The plain text text/calendar part
$message->addPart(
$iTipMessage->message->serialize(),
'text/calendar; method=' . $iTipMessage->method,
Expand Down