diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 88f1ed3cf..1d837ebf5 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -244,7 +244,7 @@ class SeedDMS_View_Settings extends SeedDMS_Bootstrap_Style { if(!empty($conf['internal'])) { switch($conf['internal']) { case "folders": - $this->printFolderChooserJs("form".$extname.$confkey); + $this->printFolderChooserJs("form".$extname.$confkey, 'extensions['.$extname."][".$confkey."]"); break; } }