From 5515cc0af021d3d67a97c49b4e48b3b15309158d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 6 Apr 2020 15:26:04 +0200 Subject: [PATCH] exclude PDFs for new installations by default from opening in Collabora --- filemanager/inc/class.filemanager_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/inc/class.filemanager_hooks.inc.php b/filemanager/inc/class.filemanager_hooks.inc.php index 2dfe969648..e531a517d2 100644 --- a/filemanager/inc/class.filemanager_hooks.inc.php +++ b/filemanager/inc/class.filemanager_hooks.inc.php @@ -236,7 +236,7 @@ class filemanager_hooks 'help' => lang('Excludes selected mime types from being opened by editor'), 'name' => 'collab_excluded_mimes', 'values' => $mimes, - 'default' => '', + 'default' => 'application/pdf', 'attributes' => array( 'autocompelete_url' => ' ', 'autocomplete_params' => ' ',