diff options
-rw-r--r-- | perl-install/install/any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index fe05557f5..918a89103 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -125,8 +125,8 @@ Do you have a supplementary installation medium to configure?", 'nfs' => N("Network (NFS)"), ); - $o->ask_from( - '', $msg, + $o->ask_from_({ messages => $msg, + }, [ { val => \my $suppl, list => [ map { $_->[0] } group_by2(@l) ], |