diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index b2aea0ecc..2e3ae9426 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -235,6 +235,7 @@ sub miscellaneous { #------------------------------------------------------------------------------ sub summary { my ($_clicked, $ent_number, $auto) = @_; + installStepsCall($o, $auto, 'summaryBefore'); installStepsCall($o, $auto, 'summary', $ent_number == 1); } #------------------------------------------------------------------------------ |