Wouters fix
This commit is contained in:
parent
64b0597481
commit
2bcfbc258d
1 changed files with 1 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ sub www_view {
|
|||
my $self = shift;
|
||||
return $self->session->privilege->insufficient() unless ($self->canView);
|
||||
$self->session->http->setCacheControl($self->get("visitorCacheTimeout")) if ($self->session->user->userId eq "1");
|
||||
$self->prepareView;
|
||||
return $self->session->style->process($self->view,$self->getParent->getValue("styleTemplateId"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue