SUPER handling for most of Wobject/*.pm. There's a problem with Calendar, though.

This commit is contained in:
Colin Kuskie 2010-04-08 17:00:05 -07:00
parent fd736e7f67
commit f56bac9948
18 changed files with 95 additions and 123 deletions

View file

@ -223,11 +223,11 @@ variables are set correctly in viewTemplateVars.
=cut
sub www_view {
override www_view => sub {
my $self = shift;
$self->{_standAlone} = 1;
return $self->SUPER::www_view;
}
return super();
};
#-------------------------------------------------------------------