mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
* emailadmin: restored capability of storing setup mail server settings to first default emailadmin profile (no app, no group, no user)
This commit is contained in:
parent
4a1d2cd72c
commit
d32809bb90
@ -45,7 +45,7 @@ function mail_server($settings)
|
||||
}
|
||||
if (@file_exists('../emailadmin/inc/class.emailadmin_bo.inc.php') && $GLOBALS['egw_setup']->table_exist(array('egw_emailadmin')))
|
||||
{
|
||||
$emailadmin = new emailadmin_bo(-1,false); // false=no session stuff
|
||||
$emailadmin = new emailadmin_bo(false,false); // false=no session stuff
|
||||
if (is_object($emailadmin))
|
||||
{
|
||||
$emailadmin->setDefaultProfile($settings);
|
||||
|
Loading…
Reference in New Issue
Block a user