diff options
author | friendica <info@friendica.com> | 2015-02-01 15:15:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-01 15:15:52 -0800 |
commit | 9bef0d5e141b813485b2179a0efe815c65f9a474 (patch) | |
tree | ac49e4be306c770d84897892890bc5f78829d564 /include | |
parent | b1a92d620ebf760a3cfd83f6fb62990494d3ad60 (diff) | |
parent | e238b639f86e0204a3e5d86df9fe987073e877c4 (diff) | |
download | volse-hubzilla-9bef0d5e141b813485b2179a0efe815c65f9a474.tar.gz volse-hubzilla-9bef0d5e141b813485b2179a0efe815c65f9a474.tar.bz2 volse-hubzilla-9bef0d5e141b813485b2179a0efe815c65f9a474.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include')
-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 |