summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 1f676ede6..cadb871be 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -792,7 +792,7 @@ sub addUser {
if !member('mandrake', map { $_->{name} } @{$o->{users}});
}
if (($o->{security} >= 1 || $clicked)) {
- any::ask_users($o->{prefix}, $o->{users}, $o->{security});
+ any::ask_users($o->{prefix}, $o, $o->{users}, $o->{security});
}
install_steps::addUser($o);
}