AutoGen template name wasn't unique
This commit is contained in:
parent
b2d7774ae2
commit
a6c5e1afc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue