diff --git a/docs/upgrades/upgrade_7.9.4-7.9.5.pl b/docs/upgrades/upgrade_7.9.4-7.9.5.pl index 52e1d2faa..f8aaae553 100644 --- a/docs/upgrades/upgrade_7.9.4-7.9.5.pl +++ b/docs/upgrades/upgrade_7.9.4-7.9.5.pl @@ -31,7 +31,7 @@ my $quiet; # this line required my $session = start(); # this line required # upgrade functions go here -modifySortItems(); +modifySortItems( $session ); finish($session); # this line required