fixed API method setCallable to work properly. It wasn't setting the class variable properly
This commit is contained in:
parent
9e3d3be4e0
commit
660868a0b3
1 changed files with 1 additions and 0 deletions
|
|
@ -730,6 +730,7 @@ sub setCallable {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my @callable = @{$self->{callable}};
|
my @callable = @{$self->{callable}};
|
||||||
@callable = (@callable,@{$_[0]});
|
@callable = (@callable,@{$_[0]});
|
||||||
|
$self->{callable} = \@callable;
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue