diff --git a/docs/upgrades/upgrade_5.9.9-6.0.0.pl b/docs/upgrades/upgrade_5.9.9-6.0.0.pl index 6482277d3..e0e8f414d 100644 --- a/docs/upgrades/upgrade_5.9.9-6.0.0.pl +++ b/docs/upgrades/upgrade_5.9.9-6.0.0.pl @@ -874,7 +874,7 @@ foreach $table (keys %dbFields){ ! $identifier{cachedTemplate}{$replaceId."_".$repNav->{columns}->{seperator}}) { WebGUI::SQL->write("insert into template (templateId,namespace,name,template) values ($repNav->{columns}->{templateId}, ".quote('Navigation').", ". - quote("AutoGen ".$searchString).", ".quote($repNav->{template}).")"); + quote("AutoGen ".$macro).", ".quote($repNav->{template}).")"); } my $replacement = "^Navigation($identifier{cachedConfig}{$replaceId});"; # print "\tReplacing macro $macro with $replacement ";