From 5076cca8105bbb7b334a1d2004db6716428cd7b4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 17 Aug 2004 05:49:12 +0000 Subject: get release_notes at beginning of install_steps_interactive::acceptLicense(), even when useless_thing_accepted --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index bad07fac9..3af6d13f8 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -94,7 +94,7 @@ sub selectLanguage { sub acceptLicense { my ($_clicked, $_ent_number, $auto) = @_; - installStepsCall($o, $auto, 'acceptLicense') if !$o->{useless_thing_accepted}; + installStepsCall($o, $auto, 'acceptLicense'); } #------------------------------------------------------------------------------ -- cgit v1.2.1