leaked 1 from www_view shows up in Asset output
This commit is contained in:
parent
0112793198
commit
97c1039e72
4 changed files with 4 additions and 2 deletions
|
|
@ -330,7 +330,7 @@ sub www_view {
|
|||
return $self->getContainer->www_view;
|
||||
}
|
||||
$self->session->http->setRedirect($self->getFileUrl);
|
||||
return "";
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -602,6 +602,7 @@ sub www_view {
|
|||
$self->session->output->print($head);
|
||||
$self->session->output->print($self->view);
|
||||
$self->session->output->print($foot);
|
||||
return undef;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue