Set calendar app as default app if nothing set

This commit is contained in:
Hadi Nategh 2019-06-27 14:56:04 +02:00
parent 065fa2f78d
commit 1fb1408aa1

View File

@ -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]))
{