diff --git a/index.php b/index.php index 4dc0182cce..e0df95c3be 100755 --- a/index.php +++ b/index.php @@ -84,7 +84,7 @@ if(@file_exists($tpl_info)) } } -if($app == 'home' && !$api_requested && !$windowed) +if($app == 'home' && !$api_requested && !($windowed && $_GET['cd'] == 'yes')) { if ($GLOBALS['egw_info']['server']['force_default_app'] && $GLOBALS['egw_info']['server']['force_default_app'] != 'user_choice') {