Add missing pkpass mimetype

This commit is contained in:
euromark 2013-12-30 01:19:09 +01:00
parent b728bced73
commit 2f02d0c755

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'
); );
/** /**