aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/helper.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-17 11:32:09 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-17 11:32:09 +0100
commit98a42dbccc62e91082cc858a255309a8a385493c (patch)
tree5a5fe67cb2653b80e20f02e65b9fa4064b9763f5 /lib/private/helper.php
parente4c6b0abf5d725d5094b902f350cad822658e7cb (diff)
parentbef12488c38dd8ccf8ddf4963f85614ca6815137 (diff)
downloadnextcloud-server-98a42dbccc62e91082cc858a255309a8a385493c.tar.gz
nextcloud-server-98a42dbccc62e91082cc858a255309a8a385493c.zip
Merge pull request #14927 from oparoz/raw-mimetypes
Introducing the Raw media types
Diffstat (limited to 'lib/private/helper.php')
-rw-r--r--lib/private/helper.php1
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',