diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-01-23 03:06:14 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2014-01-23 03:06:14 +0100 |
commit | 96f194c0f6038444aae4270d2481a2ee1ccd7691 (patch) | |
tree | d3482df04cb8d008146c2d8d9c6652684c0339ea /lib/private/helper.php | |
parent | 47ea7704ca796a23fc5e9ec8f4a7668d1bbe9446 (diff) | |
download | nextcloud-server-96f194c0f6038444aae4270d2481a2ee1ccd7691.tar.gz nextcloud-server-96f194c0f6038444aae4270d2481a2ee1ccd7691.zip |
Add icons for mdb and accdb files.
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 90ef704c3cc..58bee9c6300 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -182,6 +182,7 @@ class OC_Helper { 'application/vnd.ms-excel.sheet.binary.macroEnabled.12' => 'x-office/spreadsheet', 'application/vnd.oasis.opendocument.spreadsheet' => 'x-office/spreadsheet', 'application/vnd.oasis.opendocument.spreadsheet-template' => 'x-office/spreadsheet', + 'application/msaccess' => 'database', ); if (isset($alias[$mimetype])) { |