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
|
|
@ -181,7 +181,7 @@ sub www_editProfileField {
|
|||
foreach $key (keys %hash) {
|
||||
$hash{$key} = eval $hash{$key};
|
||||
}
|
||||
$f->select(
|
||||
$f->selectList(
|
||||
-name=>"profileCategoryId",
|
||||
-options=>\%hash,
|
||||
-label=>WebGUI::International::get(489,"WebGUIProfile"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue