From cff246889c98ebfcbad5150d43aa0cbdcf598257 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 19 Sep 2008 13:57:20 +0000 Subject: adapt to any::reboot() prototype change --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index de9ebe1e4..e3640bddb 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -222,7 +222,7 @@ Installation\".", 'Mandriva Linux 2009') }, log::l("_warn_unsafe_upgrade: got $choice"); if ($choice eq $choices[0]) { - any::reboot($o); + any::reboot(); } elsif ($choice eq $choices[1]) { undef; } else { -- cgit v1.2.1