Skip to content

Commit

Permalink
Add ics mime type.
Browse files Browse the repository at this point in the history
Fixes #2565
  • Loading branch information
markstory committed Feb 11, 2012
1 parent 7e17da0 commit 4c01ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Network/CakeResponse.php
Expand Up @@ -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',
Expand Down

0 comments on commit 4c01ba7

Please sign in to comment.