mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +02: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
02d4b6d30e
commit
718ea95b8b
@ -3769,7 +3769,7 @@ class mail_compose
|
|||||||
{
|
{
|
||||||
$type = $key > 0 ? 'manual' : 'group';
|
$type = $key > 0 ? 'manual' : 'group';
|
||||||
$list = array(
|
$list = array(
|
||||||
'value' => $list_name.' <'.$key.'@lists.egroupware.org>',
|
'value' => '"'.str_replace('"', '', $list_name).'" <'.$key.'@lists.egroupware.org>',
|
||||||
'label' => $list_name,
|
'label' => $list_name,
|
||||||
'title' => lang('Mailinglist'),
|
'title' => lang('Mailinglist'),
|
||||||
'icon' => Api\Image::find('api', 'email'),
|
'icon' => Api\Image::find('api', 'email'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user