Updated FormListEquiv.t, all tests pass
fix class method in DatabaseLink.pm fix accessor method in Form/DatabaseLink.pm
This commit is contained in:
parent
e1a90f66fd
commit
6d9ed4b3cd
3 changed files with 75 additions and 58 deletions
|
|
@ -107,7 +107,7 @@ Renders a database connection picker control.
|
|||
|
||||
sub toHtml {
|
||||
my $self = shift;
|
||||
$self->get("options") = WebGUI::DatabaseLink->getList($self->session);
|
||||
$self->set("options", WebGUI::DatabaseLink->getList($self->session));
|
||||
return $self->SUPER::toHtml();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue