Fix typo in the account module skeleton
This commit is contained in:
parent
e7eea52b2d
commit
1f735660e1
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ This method returns the templateId for the layout of your new module.
|
|||
|
||||
sub getLayoutTemplateId {
|
||||
my $self = shift;
|
||||
return $self->session->setting->get("moduleLayoutTempalteId") || $self->SUPER::getLayoutTemplateId;
|
||||
return $self->session->setting->get("moduleLayoutTemplateId") || $self->SUPER::getLayoutTemplateId;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue