From 9475a99bbf3b35b1e3fa80eec268327a6dcba2fc Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Mon, 15 May 2006 10:47:34 +0000 Subject: [PATCH] fixed upgrade script --- docs/upgrades/upgrade_6.99.0-6.99.1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_6.99.0-6.99.1.pl b/docs/upgrades/upgrade_6.99.0-6.99.1.pl index 4de764bc8..cedf6bf29 100644 --- a/docs/upgrades/upgrade_6.99.0-6.99.1.pl +++ b/docs/upgrades/upgrade_6.99.0-6.99.1.pl @@ -20,7 +20,7 @@ my $quiet; # this line required my $session = start(); # this line required -fixTypos(); +fixTypos($session); finish($session); # this line required