diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-15 11:02:08 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-15 11:02:08 +0100 |
commit | 9c048586318f7d34544b5996e80afea8249a54bf (patch) | |
tree | 8c6f91c53520cf2b19dd36af8b8f7b0d403c0ba7 | |
parent | ec3955b158b9b15f25392c6ec099c7e36493a469 (diff) | |
download | nextcloud-server-9c048586318f7d34544b5996e80afea8249a54bf.tar.gz nextcloud-server-9c048586318f7d34544b5996e80afea8249a54bf.zip |
added vcards to the mimetype fix list and renamed the icon for vcards
-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' ); |