mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +01:00
"fix from Frank Jas, Ontelix for renamed emailadmin bo class"
This commit is contained in:
parent
0e58c00b98
commit
f4d11dc778
@ -280,8 +280,7 @@ class setup_cmd_config extends setup_cmd
|
|||||||
}
|
}
|
||||||
$config['smtpAuth'] = $config['smtp_auth_user'] ? 'yes' : null;
|
$config['smtpAuth'] = $config['smtp_auth_user'] ? 'yes' : null;
|
||||||
|
|
||||||
require_once(EGW_INCLUDE_ROOT.'/emailadmin/inc/class.bo.inc.php');
|
$emailadmin = new emailadmin_bo(-1,false); // false=no session stuff
|
||||||
$emailadmin = new bo(-1,false); // false=no session stuff
|
|
||||||
$emailadmin->setDefaultProfile($config);
|
$emailadmin->setDefaultProfile($config);
|
||||||
|
|
||||||
if ($this->verbose)
|
if ($this->verbose)
|
||||||
|
Loading…
Reference in New Issue
Block a user