summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-02-13 14:44:29 +0000
committerThierry Vignaud <tv@mandriva.org>2007-02-13 14:44:29 +0000
commitc6cce9af9a364b2860996709113b59496aedaa03 (patch)
treed7764a255df1e2c0ec073a7bfb170607f1064f7b /mdkonline
parent2fd081474dd4fa60d5d536c07b5d19131f265f7a (diff)
downloadmgaonline-c6cce9af9a364b2860996709113b59496aedaa03.tar
mgaonline-c6cce9af9a364b2860996709113b59496aedaa03.tar.gz
mgaonline-c6cce9af9a364b2860996709113b59496aedaa03.tar.bz2
mgaonline-c6cce9af9a364b2860996709113b59496aedaa03.tar.xz
mgaonline-c6cce9af9a364b2860996709113b59496aedaa03.zip
(send_conf_via_soap) use "country" parameter rather than using default value from locale
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline b/mdkonline
index 5b631b93..fa90b0a1 100755
--- a/mdkonline
+++ b/mdkonline
@@ -112,7 +112,7 @@ sub get_conf() {
sub send_conf_via_soap {
my ($login, $password, $boxname, $descboxname, $country) = @_;
my $_w = $ia && $in->wait_message(N("Please wait"), N("Reading configuration\n"));
- my $reg_host = mdkonline::register_upload_host($login, $password, $boxname, $descboxname, $locale->{country});
+ my $reg_host = mdkonline::register_upload_host($login, $password, $boxname, $descboxname, $country);
}
my $wiz =