fix mimetype for cdr files - bugfix for oc 559

This commit is contained in:
Georg Ehrke 2012-06-21 09:58:04 +02:00
parent 6524f6ad30
commit 43674b1759
1 changed files with 2 additions and 1 deletions

View 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'
);