From 1fb1408aa1a1e9071f1a55b5e2f406631f3fd1f8 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 27 Jun 2019 14:56:04 +0200 Subject: [PATCH] Set calendar app as default app if nothing set --- api/src/Framework/Ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Framework/Ajax.php b/api/src/Framework/Ajax.php index fd0ac6a35f..514ea3498c 100755 --- a/api/src/Framework/Ajax.php +++ b/api/src/Framework/Ajax.php @@ -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])) {