forked from extern/egroupware
fix problem regarding the ability to save a groups emailaddress
This commit is contained in:
parent
d894051d1e
commit
a7944a3b76
@ -215,7 +215,7 @@ class accounts_sql
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// store group-email in mailaccounts table
|
// store group-email in mailaccounts table
|
||||||
if ($data['account_id'] < 0 && class_exists('emailadmin_smtp_sql', false))
|
if ($data['account_id'] < 0 && class_exists('emailadmin_smtp_sql', isset($data['account_email'])))
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
if (empty($data['account_email']))
|
if (empty($data['account_email']))
|
||||||
|
Loading…
Reference in New Issue
Block a user