This commit is contained in:
Matthew Wilson 2006-05-12 11:58:13 +00:00
parent e4c0f5a5b3
commit 6f712894d0

View file

@ -291,7 +291,7 @@ sub www_view {
$self->session->output->print($out, 1);
return "chunked";
}
$self->{_viewPrintOverride} = 1; # we do this to make it output each easset as it goes, rather than waiting until the end
$self->{_viewPrintOverride} = 1; # we do this to make it output each asset as it goes, rather than waiting until the end
return $self->SUPER::www_view;
}