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 <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
6bb4a0405a
commit
8d22702541
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue