From: Georg Ehrke Date: Sun, 15 Jan 2012 10:02:08 +0000 (+0100) Subject: added vcards to the mimetype fix list and renamed the icon for vcards X-Git-Tag: v3.0~40^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c048586318f7d34544b5996e80afea8249a54bf;p=nextcloud-server.git added vcards to the mimetype fix list and renamed the icon for vcards --- diff --git a/core/img/filetypes/text-vcard.png b/core/img/filetypes/text-vcard.png new file mode 100644 index 00000000000..c02f315d207 Binary files /dev/null and b/core/img/filetypes/text-vcard.png differ diff --git a/core/img/filetypes/vcf.png b/core/img/filetypes/vcf.png deleted file mode 100644 index c02f315d207..00000000000 Binary files a/core/img/filetypes/vcf.png and /dev/null differ 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' );