Correct mistyped variable name.

This commit is contained in:
Bradley M. Kuhn 2015-12-17 16:59:27 -08:00
parent 0cbd8ae1ae
commit 60805389b7

View file

@ -267,7 +267,7 @@ sub addPostalAddress($$$$) {
my $addressTypeId; my $addressTypeId;
eval { eval {
$addressTypeId = $self->addAddressType($emailAddressType); $addressTypeId = $self->addAddressType($addressType);
}; };
if ($@ or not defined $addressTypeId) { if ($@ or not defined $addressTypeId) {
my $err = $@; my $err = $@;