diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 06e0be85d..2558fc39d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -88,7 +88,11 @@ sub selectLanguage { my ($_clicked, $ent_number, $auto) = @_; installStepsCall($o, $auto, 'selectLanguage', $ent_number == 1); - installStepsCall($o, $auto, 'acceptLicence'); +} + +sub acceptLicense { + my ($_clicked, $_ent_number, $auto) = @_; + installStepsCall($o, $auto, 'acceptLicense'); } #------------------------------------------------------------------------------ |