Update WikiPage to use the right style template.
This commit is contained in:
parent
4ac894d981
commit
469250fd76
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ sub getEditTemplate {
|
|||
thumbnailSize => $wiki->thumbnailSize,
|
||||
});
|
||||
my $template = WebGUI::Asset->newById( $session, $wiki->pageEditTemplateId );
|
||||
$template->style( $wiki->styleTemplateId );
|
||||
$template->style( $wiki->getStyleTemplateId );
|
||||
$template->setParam( %$var );
|
||||
return $template;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue