From 2c1ee19fa9bb9e747567c36baf0a0ffee54dbb69 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 10 Apr 2014 06:56:36 +0000 Subject: [PATCH] fixed an other redirect to (not working) home --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index bfa33ea6e2..9557734a3a 100755 --- a/index.php +++ b/index.php @@ -103,6 +103,8 @@ if ($app == 'home' && !($GLOBALS['egw']->framework instanceof jdots_framework)) if (!$app || $app == 'home') $app = isset($GLOBALS['egw_info']['user']['apps']['calendar']) ? 'calendar' : key($GLOBALS['egw_info']['user']['apps']); egw::redirect(egw_framework::index($app), $app); } +// until home works again, we build new frameset for jdots template +if ($app == 'home' && $GLOBALS['egw']->framework instanceof jdots_framework) $_GET['cd'] = 'yes'; if($app == 'home' && !$api_requested && !($windowed && $_GET['cd'] == 'yes' && !html::$ua_mobile)) {