mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
change common preference default-application to mail, if it was felamimail on install of new mail app
This commit is contained in:
parent
60106975aa
commit
f3dc471729
@ -25,3 +25,6 @@ if (!$GLOBALS['egw_setup']->db->affected_rows())
|
||||
$defaultgroup = $GLOBALS['egw_setup']->add_account('Default','Default','Group',False,False);
|
||||
$GLOBALS['egw_setup']->add_acl('mail','run',$defaultgroup);
|
||||
}
|
||||
|
||||
// change common/default_app pref to mail, if it was felamimail
|
||||
preferences::change_pref('common', 'default_app', 'mail', 'felamimail');
|
Loading…
Reference in New Issue
Block a user