Correct function call; this is not a variable!
This commit is contained in:
parent
3d83a8e546
commit
ed4a2c1aea
1 changed files with 1 additions and 1 deletions
|
@ -1587,7 +1587,7 @@ sub releaseRequestHold($$) {
|
||||||
sub findSupporter($$) {
|
sub findSupporter($$) {
|
||||||
my($self, $params) = @_;
|
my($self, $params) = @_;
|
||||||
$params->{isSupporter} = 1;
|
$params->{isSupporter} = 1;
|
||||||
$self->findDonor{$params};
|
$self->findDonor($params);
|
||||||
}
|
}
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue