diff --git a/docs/upgrades/upgrade_6.7.4-6.7.5.pl b/docs/upgrades/upgrade_6.7.4-6.7.5.pl index 973a14bc0..110316591 100644 --- a/docs/upgrades/upgrade_6.7.4-6.7.5.pl +++ b/docs/upgrades/upgrade_6.7.4-6.7.5.pl @@ -13,8 +13,9 @@ my $quiet; start(); fixSurveyAnswerDefinition(); -#fixTemplates(); -#fixArticles(); +fixTemplates(); +fixArticles(); +sleep(1); # have to wait a second to add these revisions because you can't have two revisions of the same thing in the same second fixTemplatesExtras(); finish();