Merge pull request #2570 from dereuromark/master-pkpass

Add missing pkpass mimetype
This commit is contained in:
Mark Story 2013-12-29 20:36:08 -08:00
commit 107f883223

View file

@ -299,6 +299,7 @@ class CakeResponse {
'vcf' => 'text/x-vcard', 'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt', 'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska', 'mkv' => 'video/x-matroska',
'pkpass' => 'application/vnd.apple.pkpass'
); );
/** /**