commit | d3c9447c83c59d674132d801f4fc5278a9875162 | [log] [tgz] |
---|---|---|
author | Kevin King <kevinking24@gmail.com> | Thu Apr 12 13:46:20 2012 -0300 |
committer | Kevin King <kevinking24@gmail.com> | Thu Apr 12 13:46:20 2012 -0300 |
tree | afcff8ddee7ab89e3ab07b0e960cb7d690c5f783 | |
parent | 8f3566fffcb9015ba53dbf52922fc5724ffa6045 [diff] [blame] |
Adding in .ics MIME type for calendar invites.
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 48c3bf3..103c3cb 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -1891,6 +1891,7 @@ 'tiff' => 'image/tiff', 'tif' => 'image/tiff', 'css' => 'text/css', + 'ics' => 'text/calendar', 'html' => 'text/html', 'htm' => 'text/html', 'shtml' => 'text/html',