summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet-add-media-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-add-media-helper b/mdkapplet-add-media-helper
index af710799..0130b12b 100755
--- a/mdkapplet-add-media-helper
+++ b/mdkapplet-add-media-helper
@@ -158,7 +158,7 @@ sub run_no_rights_dialog() {
sub authenticate_callback {
my ($email, $passwd) = @_;
my $product = $product{$up_product};
- my $profile = mdkonline::get_my_mdv_profile();
+ my $profile = mdkonline::get_my_mdv_profile($email, $passwd);
if ($profile->{code} != 0) {
my $in = interactive->vnew;