mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix lists from other users gave a validation error for account-display "Lastname, Firstname" because of the comma
This commit is contained in:
parent
df63934fcc
commit
6ebbd5bb08
@ -3769,7 +3769,7 @@ class mail_compose
|
||||
{
|
||||
$type = $key > 0 ? 'manual' : 'group';
|
||||
$list = array(
|
||||
'value' => $list_name.' <'.$key.'@lists.egroupware.org>',
|
||||
'value' => '"'.str_replace('"', '', $list_name).'" <'.$key.'@lists.egroupware.org>',
|
||||
'label' => $list_name,
|
||||
'title' => lang('Mailinglist'),
|
||||
'icon' => Api\Image::find('api', 'email'),
|
||||
|
Loading…
Reference in New Issue
Block a user