From 263d4b7caf920fbcced8e2dc11d1688d0716638a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 13 Aug 2015 18:02:37 +0200 Subject: [PATCH] fix input field name for new mimetype --- views/bootstrap/class.Settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index e5510cffe..c4c045961 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -667,8 +667,8 @@ if(!is_writeable($settings->_configFilePath)) { } ?> - showTextField("converters[preview]newmimetype", ""); ?> - showTextField("converters[preview]newcmd", ""); ?> + showTextField("converters[preview][newmimetype]", ""); ?>: + showTextField("converters[preview][newcmd]", ""); ?> contentContainerEnd(); ?>