mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02: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:
@ -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')))
|
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))
|
if (is_object($emailadmin))
|
||||||
{
|
{
|
||||||
$emailadmin->setDefaultProfile($settings);
|
$emailadmin->setDefaultProfile($settings);
|
||||||
|
Reference in New Issue
Block a user