diff options
author | Mario <mario@mariovavti.com> | 2024-06-10 10:00:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-10 10:00:25 +0000 |
commit | 06183ba01a9f95f905f3797f684526c4576046dc (patch) | |
tree | b96d574c3b8c8c339d3e14999104dfebf88af05a /include | |
parent | 539ae375532a058496468093a88f0b9b20d4a601 (diff) | |
download | volse-hubzilla-06183ba01a9f95f905f3797f684526c4576046dc.tar.gz volse-hubzilla-06183ba01a9f95f905f3797f684526c4576046dc.tar.bz2 volse-hubzilla-06183ba01a9f95f905f3797f684526c4576046dc.zip |
duplicate array key
Diffstat (limited to 'include')
-rw-r--r-- | include/attach.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index 6f474961a..449721793 100644 --- a/include/attach.php +++ b/include/attach.php @@ -113,7 +113,6 @@ function z_mime_content_type($filename) { 'odf' => 'application/vnd.oasis.opendocument.formula', 'odi' => 'application/vnd.oasis.opendocument.image', 'odm' => 'application/vnd.oasis.opendocument.text-master', - 'odb' => 'application/vnd.oasis.opendocument.base', 'odb' => 'application/vnd.oasis.opendocument.database', 'ott' => 'application/vnd.oasis.opendocument.text-template', 'ots' => 'application/vnd.oasis.opendocument.spreadsheet-template', |