From 9c048586318f7d34544b5996e80afea8249a54bf Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 15 Jan 2012 11:02:08 +0100 Subject: [PATCH] added vcards to the mimetype fix list and renamed the icon for vcards --- core/img/filetypes/{vcf.png => text-vcard.png} | Bin lib/mimetypes.fixlist.php | 2 ++ 2 files changed, 2 insertions(+) rename core/img/filetypes/{vcf.png => text-vcard.png} (100%) diff --git a/core/img/filetypes/vcf.png b/core/img/filetypes/text-vcard.png similarity index 100% rename from core/img/filetypes/vcf.png rename to 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' ); -- 2.39.5