Browse Source

Fix the "TIFF" mimetype.

Was causing issues in the batch importer.
pull/335/head
Adam Vessey 12 years ago
parent
commit
2a5210278f
  1. 2
      includes/mime_detect.inc

2
includes/mime_detect.inc

@ -148,7 +148,7 @@ class MimeDetect {
"jp2" => "image/jp2",
"png" => "image/png",
"tiff" => "image/tiff",
"tif" => "image/tif",
"tif" => "image/tiff",
"djvu" => "image/vnd.djvu",
"djv" => "image/vnd.djvu",
"wbmp" => "image/vnd.wap.wbmp",

Loading…
Cancel
Save