summaryrefslogtreecommitdiffstats
path: root/lib/network/netconnect.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/netconnect.pm')
-rw-r--r--lib/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm
index f496e15..7b46d28 100644
--- a/lib/network/netconnect.pm
+++ b/lib/network/netconnect.pm
@@ -194,12 +194,12 @@ sub real_main {
select_provider => {
pre => sub {
+ $provider_settings = $connection->get_provider_settings;
@providers_data = $connection->get_providers;
require lang;
my $locale_country = lang::c2name(ref($::o) && $::o->{locale}{country} || lang::read()->{country});
my $separator = $providers_data[1];
$connection->{provider_name} = find { /^\Q$locale_country$separator\E/ } sort(keys %{$providers_data[0]});
- $provider_settings = $connection->get_provider_settings;
},
name => sub { $net->{type}->get_type_name . "\n\n" . N("Please select your provider:") },
data => sub { $provider_settings },