refix the Workflow bug the correct way
This commit is contained in:
parent
4e91f3d500
commit
b2f641e723
2 changed files with 2 additions and 3 deletions
|
|
@ -339,7 +339,7 @@ sub newByPropertyHashRef {
|
|||
return undef unless defined $properties;
|
||||
return undef unless exists $properties->{className};
|
||||
my $className = $properties->{className};
|
||||
eval { WebGUI::Pluggable::load($class) };
|
||||
eval { WebGUI::Pluggable::load($className) };
|
||||
if ($@) {
|
||||
$session->errorHandler->error($@);
|
||||
return undef;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue