Update Session for new Asset instanciators and exceptions.
This commit is contained in:
parent
36b6081894
commit
a62e7b7ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ if ($self->session->user->isRegistered || $self->session->setting->get("preventP
|
|||
$var{'head_attachments'} = $var{'head.tags'};
|
||||
$var{'head.tags'} .= ($var{'body_attachments'} = '<!--morebody-->');
|
||||
|
||||
my $style = eval { WebGUI::Asset::Template->new($self->session,$templateId); };
|
||||
my $style = eval { WebGUI::Asset::Template->newById($self->session, $templateId); };
|
||||
my $output;
|
||||
if (! Exception::Class->caught()) {
|
||||
my $meta = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue