bug fixes

This commit is contained in:
JT Smith 2005-02-23 05:03:24 +00:00
parent c34ab5e3f6
commit 54e2b5f8ea
5 changed files with 75 additions and 5 deletions

View file

@ -312,7 +312,7 @@ sub processRaw {
#-------------------------------------------------------------------
sub view {
my $self = shift;
return $self->get("template");
return $self->getParent->view;
}