summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-07-29 09:49:39 +0000
committerThierry Vignaud <tv@mandriva.org>2009-07-29 09:49:39 +0000
commit29b73fcf56e5fc29ed3a22195ee5d45d493ce8dd (patch)
tree7b1a0189511e566e064828fec3be6b774eeb1ef1
parent4dfcacb774e05ac6b80e90518daf04e619ae4c71 (diff)
downloadmgaonline-29b73fcf56e5fc29ed3a22195ee5d45d493ce8dd.tar
mgaonline-29b73fcf56e5fc29ed3a22195ee5d45d493ce8dd.tar.gz
mgaonline-29b73fcf56e5fc29ed3a22195ee5d45d493ce8dd.tar.bz2
mgaonline-29b73fcf56e5fc29ed3a22195ee5d45d493ce8dd.tar.xz
mgaonline-29b73fcf56e5fc29ed3a22195ee5d45d493ce8dd.zip
(add_restricted_medium) revert test change
-rwxr-xr-xmdkapplet-restricted-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper
index 2f3480f3..790b9e43 100755
--- a/mdkapplet-restricted-helper
+++ b/mdkapplet-restricted-helper
@@ -116,7 +116,7 @@ my $error;
sub add_restricted_medium {
my ($email, $password) = @_;
- my $res = get_from("https://my.mandriva.com/rest/authenticate2",
+ my $res = get_from("https://my.mandriva.com/rest/authenticate",
[ 'username', $email, 'password', $password,
'return', 'userdata' ]);
my $ref = xml2perl($res);