diff --git a/plugins/Subscribe/subscribe.pl b/plugins/Subscribe/subscribe.pl index 72844a1f2..1a7f2083a 100755 --- a/plugins/Subscribe/subscribe.pl +++ b/plugins/Subscribe/subscribe.pl @@ -210,7 +210,7 @@ sub paypal { my $txid = getCurrentForm('tx'); my $subscribe = getObject('Slash::Subscribe'); my ($error, $note); - my $puid = $constanst->{anonymous_coward_uid}; + my $puid = $constants->{anonymous_coward_uid}; if (!$subscribe->paymentExists($txid)){ # IPN may have gotten the payment first.