bug fixes
This commit is contained in:
parent
c34ab5e3f6
commit
54e2b5f8ea
5 changed files with 75 additions and 5 deletions
|
|
@ -312,7 +312,7 @@ sub processRaw {
|
|||
#-------------------------------------------------------------------
|
||||
sub view {
|
||||
my $self = shift;
|
||||
return $self->get("template");
|
||||
return $self->getParent->view;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue