more bug fixes
This commit is contained in:
parent
3c0c47014c
commit
a6e5450b64
12 changed files with 55 additions and 59 deletions
|
|
@ -518,7 +518,7 @@ sub getSetting {
|
|||
my $self = shift;
|
||||
my $setting = $_[0];
|
||||
$setting = lc($self->authMethod).ucfirst($setting);
|
||||
return $self->session->setting->get("$setting");
|
||||
return $self->session->setting->get($setting);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue