this should fix it.
This commit is contained in:
parent
84fb7cad05
commit
c64d41e5f6
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ sub AUTOLOAD {
|
|||
my $self = shift;
|
||||
my $name = ucfirst((split /::/, $AUTOLOAD)[-1]);
|
||||
my $params = shift;
|
||||
$params = {name=>$params} if ref ($params) ne "HASH";
|
||||
my $cmd = "use WebGUI::Form::".$name;
|
||||
eval ($cmd);
|
||||
if ($@) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue