Fix typo in the account module skeleton
This commit is contained in:
parent
c3f3dc0124
commit
4649297b9f
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