Fix typo.

This commit is contained in:
Bradley M. Kuhn 2016-03-11 11:04:22 -08:00
parent 1577a5613c
commit b8add1ded5

View file

@ -74,7 +74,7 @@ my $args = {};
$args->{ledger_entity_id} = $entityId;
$args->{display_name} = $displayName;
$args->{public_ack} = $publicAck;
if (defined $email and email !~ /^\s*$/) {
if (defined $email and $email !~ /^\s*$/) {
$args->{email_address} = $email;
$args->{email_address_type} = $emailType;
}