]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix mimetype for cdr files - bugfix for oc 559
authorGeorg Ehrke <dev@georgswebsite.de>
Thu, 21 Jun 2012 07:58:04 +0000 (09:58 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Thu, 21 Jun 2012 07:58:38 +0000 (09:58 +0200)
lib/mimetypes.fixlist.php

index a40fbd9e228f42f6fe4f622dbdb3bcf359648297..13e3f16b3696a08e4b4289e39369b5157b68a6f5 100644 (file)
@@ -17,5 +17,6 @@ return array(
        'xlsx'=>'application/msexcel',
        'ppt'=>'application/mspowerpoint',
        'pptx'=>'application/mspowerpoint',
-       'sgf' => 'application/sgf'
+       'sgf' => 'application/sgf',
+       'cdr' => 'application/coreldraw'
 );