From 941840efbd229d134b659f9fbf56e135bd92e1b6 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 7 Jun 2017 11:29:46 +0200 Subject: [PATCH] [16.11.x] Bug 18741: Fix loading of SQL files in web installer Test plan: 1. Start a normal install using the web installer 2. When asked to select data to load, verify that 'message_transport_types' is checked, and check some optional data files 3. Continue the install to the end 4. Verify that message_transport_types is not empty, and that the optional data you checked is there Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- installer/install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.pl b/installer/install.pl index 3f47eb7186..173dbf5054 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -204,7 +204,7 @@ elsif ( $step && $step == 3 ) { # 1ST install, 3rd sub-step : insert the SQL files the user has selected # - my ($fwk_language, $list) = $installer->load_sql_in_order($all_languages, scalar $query->param('framework')); + my ($fwk_language, $list) = $installer->load_sql_in_order($all_languages, $query->multi_param('framework')); $template->param( "fwklanguage" => $fwk_language, "list" => $list -- 2.11.0