diff options
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 1 insertions, 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'); } #------------------------------------------------------------------------------ |