diff options
-rw-r--r-- | core/img/filetypes/text-vcard.png (renamed from core/img/filetypes/vcf.png) | bin | 533 -> 533 bytes | |||
-rw-r--r-- | lib/mimetypes.fixlist.php | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/img/filetypes/vcf.png b/core/img/filetypes/text-vcard.png Binary files differindex c02f315d207..c02f315d207 100644 --- a/core/img/filetypes/vcf.png +++ b/core/img/filetypes/text-vcard.png diff --git a/lib/mimetypes.fixlist.php b/lib/mimetypes.fixlist.php index f2d86d0db1e..1c6acbc4438 100644 --- a/lib/mimetypes.fixlist.php +++ b/lib/mimetypes.fixlist.php @@ -9,4 +9,6 @@ return array( 'odp'=>'application/vnd.oasis.opendocument.presentation', 'pl'=>'text/x-script.perl', 'py'=>'text/x-script.phyton', + 'vcf' => 'text/vcard', + 'vcard' => 'text/vcard' ); |