fixed some more bugs

This commit is contained in:
JT Smith 2006-04-27 04:32:36 +00:00
parent a0e4b48c94
commit cb29744bce
4 changed files with 277 additions and 276 deletions

View file

@ -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();