From 12ee9c30c5bb816149965789cc8d6be21715a835 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 31 Jul 2002 20:03:13 +0000 Subject: allow acceptLicence to be automatic --- perl-install/install2.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 0c9c6c35f..0010268cd 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -88,8 +88,7 @@ sub selectLanguage { my ($clicked, $ent_number, $auto) = @_; installStepsCall($o, $auto, 'selectLanguage', $ent_number == 1); - - $o->acceptLicence; + installStepsCall($o, $auto, 'acceptLicence'); } #------------------------------------------------------------------------------ -- cgit v1.2.1