From 0bc810a58d4965cbc849a4d8b9713848807bc1ed Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Wed, 20 Jul 2011 12:52:45 +0000 Subject: [PATCH] =?UTF-8?q?mimetype=20"zip"=20auf=20"x-zip"=20ge=C3=A4nder?= =?UTF-8?q?t=20und=20"blank.png"=20auf=20"blank.gif"=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/tinymce_dms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/tinymce_dms.php b/cms/tinymce_dms.php index 670ea75bd..2202d9147 100644 --- a/cms/tinymce_dms.php +++ b/cms/tinymce_dms.php @@ -109,7 +109,7 @@ $mimetypes = array( 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'=>'excel.gif', 'application/vnd.oasis.opendocument.text'=>'openoffice0.jpg', 'application/msword'=>'dotpic.gif', - 'application/zip'=>'zippic.jpg', + 'application/x-zip'=>'zippic.gif', );