oodles of fixes.
This commit is contained in:
parent
029dca1f2e
commit
65823b1f53
38 changed files with 87 additions and 84 deletions
|
|
@ -175,7 +175,7 @@ A web accessible version of the view method.
|
|||
sub www_view {
|
||||
my $self = shift;
|
||||
my $mimeType=$self->getValue('mimeType');
|
||||
WebGUI::HTTP::setMimeType($mimeType || 'text/html');
|
||||
$self->session->http->setMimeType($mimeType || 'text/html');
|
||||
return $self->view(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue