mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
* Mail: Fix create new identity can not save email address
This commit is contained in:
parent
94315a941a
commit
83768e932d
@ -941,7 +941,7 @@ class admin_mail
|
|||||||
unset($content['notify_use_default']);
|
unset($content['notify_use_default']);
|
||||||
}
|
}
|
||||||
// copy ident_email_alias selectbox back to regular name
|
// copy ident_email_alias selectbox back to regular name
|
||||||
elseif (isset($content['ident_email_alias']))
|
elseif (isset($content['ident_email_alias']) && !empty ($content['ident_email_alias']))
|
||||||
{
|
{
|
||||||
$content['ident_email'] = $content['ident_email_alias'];
|
$content['ident_email'] = $content['ident_email_alias'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user