forked from extern/egroupware
Set calendar app as default app if nothing set
This commit is contained in:
parent
065fa2f78d
commit
1fb1408aa1
@ -825,7 +825,7 @@ abstract class Ajax extends Api\Framework
|
||||
// open tab for default app, if no other tab is set
|
||||
if (!($default_app = $GLOBALS['egw_info']['user']['preferences']['common']['default_app']))
|
||||
{
|
||||
$default_app = 'home';
|
||||
$default_app = 'calendar';
|
||||
}
|
||||
if (isset($apps[$default_app]))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user