mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
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
|
// open tab for default app, if no other tab is set
|
||||||
if (!($default_app = $GLOBALS['egw_info']['user']['preferences']['common']['default_app']))
|
if (!($default_app = $GLOBALS['egw_info']['user']['preferences']['common']['default_app']))
|
||||||
{
|
{
|
||||||
$default_app = 'home';
|
$default_app = 'calendar';
|
||||||
}
|
}
|
||||||
if (isset($apps[$default_app]))
|
if (isset($apps[$default_app]))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user