Fixing a bug introduced by the overhaul of WebGUI::HTMLForm.

This commit is contained in:
Martin Kamerbeek 2004-11-16 15:10:27 +00:00
parent aa9f978e1c
commit 18832fca98
5 changed files with 8 additions and 8 deletions

View file

@ -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),