Add ics mime type.

Fixes #2565
This commit is contained in:
mark_story 2012-02-11 11:39:24 -05:00
parent 7e17da0ae8
commit 4c01ba7224

View file

@ -208,6 +208,7 @@ class CakeResponse {
'hh' => 'text/plain',
'html' => array('text/html', '*/*'),
'htm' => array('text/html', '*/*'),
'ics' => 'text/calendar',
'm' => 'text/plain',
'rtf' => 'text/rtf',
'rtx' => 'text/richtext',