diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2015-07-09 13:57:09 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-07-09 14:19:31 +0200 |
commit | eea56dc309ea8fc5855990a7608654c3b07cf8ae (patch) | |
tree | 37813a8a2adcc4d3d61c02651ab4a83f27c9e8aa /core | |
parent | 7d943b2ddc1d208491430747a4b64cbce923d726 (diff) | |
download | nextcloud-server-eea56dc309ea8fc5855990a7608654c3b07cf8ae.tar.gz nextcloud-server-eea56dc309ea8fc5855990a7608654c3b07cf8ae.zip |
MimeTypes now also supports httpd/unix-directory
Since we both use dir and httpd/unix-directory in OC they should map to
the same icon.
Fixes #17527
Diffstat (limited to 'core')
-rw-r--r-- | core/js/mimetypelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index 2a780fc2bcb..b4de98247d1 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -64,6 +64,7 @@ OC.MimeTypeList={ "application/xml": "text/html", "application/yaml": "text/code", "application/zip": "package/x-generic", + "httpd/unix-directory": "dir", "image/svg+xml": "image/vector", "text/css": "text/code", "text/csv": "x-office/spreadsheet", |