fix 1217865, missing curly
This commit is contained in:
parent
6d84cabc99
commit
541b3821de
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
6.6.2
|
6.6.2
|
||||||
|
- fix [ 1217865 ] typo in EditableToggle.pm
|
||||||
- RFE [ 1216056 ] Template names not specific enough
|
- RFE [ 1216056 ] Template names not specific enough
|
||||||
- fix [ 1210493 ] mistypo in query in thread.pm in table name
|
- 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.
|
- Fixed a bug in the ITransact plugin that did not handle months with 31 days.
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ sub process {
|
||||||
return WebGUI::Asset::Template->newByUrl($param[2])->process(\%var);
|
return WebGUI::Asset::Template->newByUrl($param[2])->process(\%var);
|
||||||
} else {
|
} else {
|
||||||
return WebGUI::Asset::Template->new("PBtmpl0000000000000038")->process(\%var);
|
return WebGUI::Asset::Template->new("PBtmpl0000000000000038")->process(\%var);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue