mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
* EMailAdmin/Setup: fixed wrong created default profile, user profiles and signatures were ot allowed, due to changed default parameter -1 --> false
This commit is contained in:
parent
67813fd767
commit
5e76d4197e
@ -291,7 +291,7 @@ class setup_cmd_config extends setup_cmd
|
||||
}
|
||||
$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);
|
||||
|
||||
if ($this->verbose)
|
||||
|
Loading…
Reference in New Issue
Block a user