fix for backport error; html::tree uses different initialization routine; using explizit validate_file now/again

This commit is contained in:
Klaus Leithoff 2010-11-23 16:54:00 +00:00
parent 7bab64d30d
commit 46fda34664

View File

@ -340,7 +340,8 @@
if ($includeFMStuff)
{
// 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');
$GLOBALS['egw_info']['flags']['include_xajax'] = True;
}