Merge dead code removal for Account/Profile.pm
This commit is contained in:
parent
f60a4b9ecc
commit
92afb44b4e
1 changed files with 1 additions and 4 deletions
|
|
@ -285,10 +285,7 @@ This method returns the template ID for the account layout.
|
|||
|
||||
sub getLayoutTemplateId {
|
||||
my $self = shift;
|
||||
my $session = $self->session;
|
||||
my $method = $self->method;
|
||||
my $uid = $self->uid;
|
||||
return $session->setting->get("profileLayoutTemplateId") || "FJbUTvZ2nUTn65LpW6gjsA";
|
||||
return $self->session->setting->get("profileLayoutTemplateId") || "FJbUTvZ2nUTn65LpW6gjsA";
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue