Update Macros for wg8 instanciators.
This commit is contained in:
parent
35e1e8c943
commit
f17fc5c7ad
12 changed files with 39 additions and 37 deletions
|
|
@ -57,7 +57,7 @@ sub process {
|
|||
if ($template) {
|
||||
return WebGUI::Asset::Template->newByUrl($session,$template)->process(\%var);
|
||||
} else {
|
||||
return WebGUI::Asset::Template->new($session,"PBtmpl0000000000000040")->process(\%var);
|
||||
return WebGUI::Asset::Template->newById($session,"PBtmpl0000000000000040")->process(\%var);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue