Fixing a bug introduced by the overhaul of WebGUI::HTMLForm.
This commit is contained in:
parent
aa9f978e1c
commit
18832fca98
5 changed files with 8 additions and 8 deletions
|
|
@ -237,7 +237,7 @@ sub www_editSettings {
|
|||
foreach (@{$session{config}{authMethods}}) {
|
||||
$options->{$_} = $_;
|
||||
}
|
||||
$tabform->getTab("auth")->select(
|
||||
$tabform->getTab("auth")->selectList(
|
||||
-name=>"authMethod",
|
||||
-options=>$options,
|
||||
-label=>$i18n->get(164),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue