leaked 1 from www_view shows up in Asset output

This commit is contained in:
Colin Kuskie 2006-03-13 17:12:14 +00:00
parent 0112793198
commit 97c1039e72
4 changed files with 4 additions and 2 deletions

View file

@ -330,7 +330,7 @@ sub www_view {
return $self->getContainer->www_view;
}
$self->session->http->setRedirect($self->getFileUrl);
return "";
return undef;
}

View file

@ -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;
}
#-------------------------------------------------------------------