diff options
author | Olivier Paroz <github@oparoz.com> | 2015-03-16 16:25:04 +0100 |
---|---|---|
committer | Olivier Paroz <github@oparoz.com> | 2015-03-16 16:25:04 +0100 |
commit | bef12488c38dd8ccf8ddf4963f85614ca6815137 (patch) | |
tree | 9414d0474205afd0c85c1c536578d47004ecd234 /lib/private/helper.php | |
parent | d5e884d6295800d27e046289d713bc27242ecfbb (diff) | |
download | nextcloud-server-bef12488c38dd8ccf8ddf4963f85614ca6815137.tar.gz nextcloud-server-bef12488c38dd8ccf8ddf4963f85614ca6815137.zip |
Introducing the Raw mimetypes
Diffstat (limited to 'lib/private/helper.php')
-rw-r--r-- | lib/private/helper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/helper.php b/lib/private/helper.php index ebc30395a6b..0925c2367cd 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -39,6 +39,7 @@ class OC_Helper { 'application/coreldraw' => 'image', 'application/x-gimp' => 'image', 'application/x-photoshop' => 'image', + 'application/x-dcraw' => 'image', 'application/font-sfnt' => 'font', 'application/x-font' => 'font', |