From 4619558c0544604f5d454ad417301a54003d1a4a Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 1 Jun 2015 18:10:41 +0000 Subject: [PATCH] Avoid an extra reload from client side (egw.js) if there is no default app set by loading framework with home. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 0e5b66b012..33d206a2cd 100755 --- a/index.php +++ b/index.php @@ -109,7 +109,7 @@ if($app == 'home' && !$class && !$api_requested && !($windowed && $_GET['cd'] == } else { - egw::redirect_link('/home/index.php'); + egw::redirect_link('/home/index.php?cd=yes'); } }