fixed some more bugs
This commit is contained in:
parent
a0e4b48c94
commit
cb29744bce
4 changed files with 277 additions and 276 deletions
|
|
@ -528,7 +528,7 @@ sub www_view {
|
|||
my $self = shift;
|
||||
my $mimeType = $self->getValue('mimeType') || 'text/html';
|
||||
if ($mimeType eq 'text/html') {
|
||||
return $self->SUPER->www_view();
|
||||
return $self->SUPER::www_view();
|
||||
}
|
||||
else {
|
||||
$self->prepareView();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue