mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
fix for backport error; html::tree uses different initialization routine; using explizit validate_file now/again
This commit is contained in:
parent
7bab64d30d
commit
46fda34664
@ -340,7 +340,8 @@
|
|||||||
if ($includeFMStuff)
|
if ($includeFMStuff)
|
||||||
{
|
{
|
||||||
// this call loads js and css for the treeobject
|
// this call loads js and css for the treeobject
|
||||||
html::tree(false,false,false,null,'foldertree','','',false,'/',null,false);
|
egw_framework::validate_file('dhtmlxtree','js/dhtmlXCommon');
|
||||||
|
egw_framework::validate_file('dhtmlxtree','js/dhtmlXTree');
|
||||||
egw_framework::validate_file('jscode','viewMainScreen','felamimail');
|
egw_framework::validate_file('jscode','viewMainScreen','felamimail');
|
||||||
$GLOBALS['egw_info']['flags']['include_xajax'] = True;
|
$GLOBALS['egw_info']['flags']['include_xajax'] = True;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user