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'); } }