fixed typo in mime type

This commit is contained in:
Mihai Varga 2015-11-02 15:47:12 +02:00
parent 303e64682a
commit 3ffdf58d2c

View File

@ -28,7 +28,7 @@ class Storage {
public static $MIMETYPE_LIBREOFFICE_WORDPROCESSOR = array(
'application/vnd.oasis.opendocument.text',
'application/vnd.oasis.opendocument.presentation',
'application/vnd.oasis.opendocument.spreadhseet',
'application/vnd.oasis.opendocument.spreadsheet',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/vnd.lotus-wordpro',
'image/svg+xml',