Forward porting Account/Inbox i18n fixes.
This commit is contained in:
parent
6f69cff90e
commit
3dfb23cf55
2 changed files with 15 additions and 5 deletions
|
|
@ -873,7 +873,7 @@ sub www_inviteUserSave {
|
|||
my @toList = split /[;,]/, $to;
|
||||
for my $inviteeEmail (@toList) {
|
||||
unless ( $inviteeEmail =~ WebGUI::Utility::emailRegex ) {
|
||||
return $self->www_inviteUser( $i18n->get('invalid email') );
|
||||
return $self->www_inviteUser( sprintf $i18n->get('invalid email'), $inviteeEmail );
|
||||
}
|
||||
|
||||
# User existance check.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue