mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
If business email cannot be parsed, continue to home email.
Fixes bug where contacts with only personal email address were not shown in taglist-email
This commit is contained in:
parent
8e657aeb0e
commit
0f6c23a5e0
@ -3324,7 +3324,7 @@ class mail_compose
|
||||
$_rfcAddr=$rfcAddr->first();
|
||||
if (!$_rfcAddr->valid)
|
||||
{
|
||||
break; // skip address if we encounter an error here
|
||||
continue; // skip address if we encounter an error here
|
||||
}
|
||||
$email = $_rfcAddr->mailbox.'@'.$_rfcAddr->host;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user