summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 {