Fix typo.
This commit is contained in:
		
							parent
							
								
									1577a5613c
								
							
						
					
					
						commit
						b8add1ded5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -74,7 +74,7 @@ my $args = {}; | ||||||
| $args->{ledger_entity_id} = $entityId; | $args->{ledger_entity_id} = $entityId; | ||||||
| $args->{display_name} = $displayName; | $args->{display_name} = $displayName; | ||||||
| $args->{public_ack} = $publicAck; | $args->{public_ack} = $publicAck; | ||||||
| if (defined $email and email !~ /^\s*$/) { | if (defined $email and $email !~ /^\s*$/) { | ||||||
|   $args->{email_address} = $email; |   $args->{email_address} = $email; | ||||||
|   $args->{email_address_type} = $emailType; |   $args->{email_address_type} = $emailType; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn