mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fix issue for changed default param for emailadmin_bo contructor; always use setDefaultProfile if there is NO profile available at all; fix issue regarding missing control of group ownership on edit.general
This commit is contained in:
parent
e92163ef31
commit
254fc0e565
@ -209,7 +209,7 @@ function do_emailadmin()
|
|||||||
}
|
}
|
||||||
$config['smtpAuth'] = $config['smtp_auth_user'] ? 'yes' : null;
|
$config['smtpAuth'] = $config['smtp_auth_user'] ? 'yes' : null;
|
||||||
|
|
||||||
$emailadmin = new emailadmin_bo(-1,false); // false=no session stuff
|
$emailadmin = new emailadmin_bo(false,false); // false=no session stuff
|
||||||
$emailadmin->setDefaultProfile($config);
|
$emailadmin->setDefaultProfile($config);
|
||||||
|
|
||||||
echo "\n".lang('EMailAdmin profile updated:')."\n";
|
echo "\n".lang('EMailAdmin profile updated:')."\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user