forked from extern/egroupware
do not check framework for sitemgr, as website running under different domain does not allow to detect popus by looking at egw object in opener
This commit is contained in:
parent
664c80d0b7
commit
ce4e6ab808
@ -307,7 +307,7 @@ div .egw_fw_ui_sidemenu_entry_content > div {
|
||||
$this->do_sidebox();
|
||||
}
|
||||
// for remote manual never check/create framework
|
||||
if (!in_array($GLOBALS['egw_info']['flags']['currentapp'], array('manual', 'login', 'logout')))
|
||||
if (!in_array($GLOBALS['egw_info']['flags']['currentapp'], array('manual', 'login', 'logout', 'sitemgr')))
|
||||
{
|
||||
if (empty($GLOBALS['egw_info']['flags']['java_script'])) $GLOBALS['egw_info']['flags']['java_script']='';
|
||||
$extra['check-framework'] = true;
|
||||
|
Loading…
Reference in New Issue
Block a user