From b68669c3c492226743ca1e00ccd2c8cfdf67d567 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 6 Mar 2003 13:52:59 +0000 Subject: added summaryAfter steps for summary. --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index d17ea2513..8b72739a3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -237,6 +237,7 @@ sub summary { my ($_clicked, $ent_number, $auto) = @_; installStepsCall($o, $auto, 'summaryBefore'); installStepsCall($o, $auto, 'summary', $ent_number == 1); + installStepsCall($o, $auto, 'summaryAfter'); } #------------------------------------------------------------------------------ sub configureNetwork { -- cgit v1.2.1