]> source.dussan.org Git - nextcloud-server.git/commitdiff
added vcards to the mimetype fix list and renamed the icon for vcards
authorGeorg Ehrke <dev@georgswebsite.de>
Sun, 15 Jan 2012 10:02:08 +0000 (11:02 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Sun, 15 Jan 2012 10:02:08 +0000 (11:02 +0100)
core/img/filetypes/text-vcard.png [new file with mode: 0644]
core/img/filetypes/vcf.png [deleted file]
lib/mimetypes.fixlist.php

diff --git a/core/img/filetypes/text-vcard.png b/core/img/filetypes/text-vcard.png
new file mode 100644 (file)
index 0000000..c02f315
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 (file)
index c02f315..0000000
Binary files a/core/img/filetypes/vcf.png and /dev/null differ
index f2d86d0db1e50eab1edb1fd9c66dfa8563166f88..1c6acbc443844dfef0427930c78f2d20f970d960 100644 (file)
@@ -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'
 );