From 43674b1759bafb04c917aa11e10dbec6ccc6ed53 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 21 Jun 2012 09:58:04 +0200 Subject: [PATCH] fix mimetype for cdr files - bugfix for oc 559 --- lib/mimetypes.fixlist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mimetypes.fixlist.php b/lib/mimetypes.fixlist.php index a40fbd9e228..13e3f16b369 100644 --- a/lib/mimetypes.fixlist.php +++ b/lib/mimetypes.fixlist.php @@ -17,5 +17,6 @@ return array( 'xlsx'=>'application/msexcel', 'ppt'=>'application/mspowerpoint', 'pptx'=>'application/mspowerpoint', - 'sgf' => 'application/sgf' + 'sgf' => 'application/sgf', + 'cdr' => 'application/coreldraw' ); -- 2.39.5