fixing calls to getImportNode
This commit is contained in:
parent
25ed169c56
commit
edc147d948
2 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ sub view {
|
|||
}
|
||||
}
|
||||
my $i = 1;
|
||||
my $templateAsset = WebGUI::Asset->newByDynamicClass($self->session, $templateId) || WebGUI::Asset->getImportNode;
|
||||
my $templateAsset = WebGUI::Asset->newByDynamicClass($self->session, $templateId) || WebGUI::Asset->getImportNode($self->session);
|
||||
my $template = $templateAsset->get("template");
|
||||
my $numPositions = 1;
|
||||
foreach my $j (2..15) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue