mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +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();
|
||||
$mimes = array();
|
||||
$mimes = array('0' => lang('None'));
|
||||
|
||||
foreach ((array)$editorLink['mime'] as $mime => $value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user