From ce4e6ab808ce534ee4f5ff0fbe5c1400e0ec29de Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 15 Jul 2014 14:06:41 +0000 Subject: [PATCH] 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 --- jdots/inc/class.jdots_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdots/inc/class.jdots_framework.inc.php b/jdots/inc/class.jdots_framework.inc.php index cd23f69c77..c94f257879 100755 --- a/jdots/inc/class.jdots_framework.inc.php +++ b/jdots/inc/class.jdots_framework.inc.php @@ -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;