mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Filemanager: Add a 'None' option for editor mime type exclusion so you can override the default.
This commit is contained in:
parent
10494a0a86
commit
6a425ac935
@ -198,7 +198,7 @@ class filemanager_hooks
|
|||||||
);
|
);
|
||||||
|
|
||||||
$editorLink = self::getEditorLink();
|
$editorLink = self::getEditorLink();
|
||||||
$mimes = array();
|
$mimes = array('0' => lang('None'));
|
||||||
|
|
||||||
foreach ((array)$editorLink['mime'] as $mime => $value)
|
foreach ((array)$editorLink['mime'] as $mime => $value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user