forked from extern/egroupware
fixed after popup-fix not working redirect with cd=yes, if framework not loaded
This commit is contained in:
parent
34e0d6bd48
commit
12b26106ca
@ -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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user