diff --git a/docs/upgrades/upgrade_7.6.4-7.6.5.pl b/docs/upgrades/upgrade_7.6.4-7.6.5.pl index 5cf614ece..bd3e9bf93 100644 --- a/docs/upgrades/upgrade_7.6.4-7.6.5.pl +++ b/docs/upgrades/upgrade_7.6.4-7.6.5.pl @@ -30,6 +30,7 @@ my $session = start(); # this line required fixAccountMisspellings( $session ); removeTemplateHeadBlock( $session ); +updateMatrixListingScores( $session ); # upgrade functions go here finish($session); # this line required