typo
This commit is contained in:
parent
e4c0f5a5b3
commit
6f712894d0
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ sub www_view {
|
||||||
$self->session->output->print($out, 1);
|
$self->session->output->print($out, 1);
|
||||||
return "chunked";
|
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;
|
return $self->SUPER::www_view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue