fixed after popup-fix not working redirect with cd=yes, if framework not loaded

This commit is contained in:
Ralf Becker 2010-06-07 06:46:38 +00:00
parent 34e0d6bd48
commit 12b26106ca

View File

@ -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')
{