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