test_content found a bug! event should use Calendar's cache timeout
This commit is contained in:
parent
713aa0f5e7
commit
5a12add79a
1 changed files with 1 additions and 1 deletions
|
|
@ -2376,7 +2376,7 @@ sub www_view {
|
|||
return $self->session->privilege->noAccess() unless $self->canView;
|
||||
my $check = $self->checkView;
|
||||
return $check if (defined $check);
|
||||
$self->session->http->setCacheControl($self->visitorCacheTimeout) if ($self->session->user->isVisitor);
|
||||
$self->session->http->setCacheControl($self->getParent->visitorCacheTimeout) if ($self->session->user->isVisitor);
|
||||
$self->session->http->sendHeader;
|
||||
$self->prepareView;
|
||||
my $style = $self->getParent->processStyle($self->getSeparator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue