forked from extern/egroupware
removing an other unnecessary egw_info[flags][js_link_registry]=true
This commit is contained in:
parent
6bbf3661b2
commit
7c4bc31306
@ -114,11 +114,6 @@ class mail_ui
|
||||
if (!$run_constructor) return;
|
||||
|
||||
if (mail_bo::$debugTimes) $starttime = microtime (true);
|
||||
if (!isset($GLOBALS['egw_info']['flags']['js_link_registry']))
|
||||
{
|
||||
//error_log(__METHOD__.__LINE__.' js_link_registry not set, force it:'.array2string($GLOBALS['egw_info']['flags']['js_link_registry']));
|
||||
$GLOBALS['egw_info']['flags']['js_link_registry']=true;
|
||||
}
|
||||
// no autohide of the sidebox, as we use it for folderlist now.
|
||||
unset($GLOBALS['egw_info']['user']['preferences']['common']['auto_hide_sidebox']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user