diff --git a/docs/upgrades/upgrade_7.8.13-7.9.0.pl b/docs/upgrades/upgrade_7.8.13-7.9.0.pl index 84d14f51e..6ab7bc593 100644 --- a/docs/upgrades/upgrade_7.8.13-7.9.0.pl +++ b/docs/upgrades/upgrade_7.8.13-7.9.0.pl @@ -68,7 +68,9 @@ sub addFilePumpMacro { print "\tAdd the FilePump macro... " unless $quiet; # and here's our code $session->config->addToHash('macros', 'FilePump' => 'FilePump'); +} +#---------------------------------------------------------------------------- # Describe what our function does sub fixImportNodeSettings { my $session = shift;