From 9851cfd8cc6fd8320725d26f4392591ebb2897b1 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 12 Jan 2001 14:56:55 +0000 Subject: fixed addUser for invocation of any::ask_users. --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') 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); } -- cgit v1.2.1