fix 1217865, missing curly

This commit is contained in:
Colin Kuskie 2005-06-11 04:43:29 +00:00
parent 6d84cabc99
commit 541b3821de
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
6.6.2
- fix [ 1217865 ] typo in EditableToggle.pm
- RFE [ 1216056 ] Template names not specific enough
- fix [ 1210493 ] mistypo in query in thread.pm in table name
- Fixed a bug in the ITransact plugin that did not handle months with 31 days.

View file

@ -36,6 +36,7 @@ sub process {
return WebGUI::Asset::Template->newByUrl($param[2])->process(\%var);
} else {
return WebGUI::Asset::Template->new("PBtmpl0000000000000038")->process(\%var);
}
}
return "";
}