diff options
Diffstat (limited to 'mdkapplet-restricted-helper')
-rwxr-xr-x | mdkapplet-restricted-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper index ee605915..95da3234 100755 --- a/mdkapplet-restricted-helper +++ b/mdkapplet-restricted-helper @@ -113,7 +113,7 @@ sub add_restricted_medium { my ($email, $password) = @_; my $res = get_from("https://my.mandriva.com/rest/authenticate", [ 'username', $email, 'password', $password, - '22return', 'userdata' ]); + 'return', 'userdata' ]); my $ref = XML::Simple->new->XMLin($res->{_content}); if ($ref->{code} != 0) { |