diff options
author | marijus <mario@mariovavti.com> | 2015-02-01 12:48:25 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-02-01 12:48:25 +0100 |
commit | 22ad8f413d021d8de4abb200b5645a51a384a998 (patch) | |
tree | 9b8bc95e49b9c8bb2056542fc63f79c1bfe8ae68 /include/text.php | |
parent | acac58fba0cc5fa82cb1b74f536ba602dd237238 (diff) | |
download | volse-hubzilla-22ad8f413d021d8de4abb200b5645a51a384a998.tar.gz volse-hubzilla-22ad8f413d021d8de4abb200b5645a51a384a998.tar.bz2 volse-hubzilla-22ad8f413d021d8de4abb200b5645a51a384a998.zip |
add multipart/mixed to getIconFromType()
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 5c8242e79..13f3f2fdf 100644 --- a/include/text.php +++ b/include/text.php @@ -2388,6 +2388,7 @@ function getIconFromType($type) { $iconMap = array( //Folder t('Collection') => 'icon-folder-close', + 'multipart/mixed' => 'icon-folder-close', //dirs in attach use this mime type //Common file 'application/octet-stream' => 'icon-file-alt', //Text |