From 372391fb85f1cf162155c31d7db15894ef7eae91 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 7 Jun 2017 11:29:46 +0200 Subject: [PATCH] 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 --- installer/install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.pl b/installer/install.pl index e4efda79a8..ac432148ed 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -245,7 +245,7 @@ elsif ( $step && $step == 3 ) { my ( $fwk_language, $list ) = $installer->load_sql_in_order( $all_languages, - scalar $query->param('framework') ); + $query->multi_param('framework') ); $template->param( "fwklanguage" => $fwk_language, "list" => $list -- 2.11.0