forked from extern/egroupware
Fixed error message 'dhtmlxmenu_ext.js required'
This commit is contained in:
parent
644f7729e3
commit
823a6014ef
@ -870,7 +870,6 @@ class nextmatch_widget
|
||||
|
||||
egw_framework::validate_file('dhtmlxtree','dhtmlxMenu/codebase/dhtmlxcommon');
|
||||
egw_framework::validate_file('dhtmlxtree','dhtmlxMenu/codebase/dhtmlxmenu');
|
||||
egw_framework::validate_file('dhtmlxtree','dhtmlxMenu/codebase/ext/dhtmlxmenu_ext');
|
||||
egw_framework::validate_file('egw_action','egw_action');
|
||||
egw_framework::validate_file('egw_action','egw_action_common');
|
||||
egw_framework::validate_file('egw_action','egw_action_popup');
|
||||
@ -879,6 +878,8 @@ class nextmatch_widget
|
||||
egw_framework::validate_file('egw_action','egw_keymanager');
|
||||
egw_framework::validate_file('.', 'nextmatch_action', 'etemplate');
|
||||
|
||||
egw_framework::validate_file('dhtmlxtree','dhtmlxMenu/codebase/ext/dhtmlxmenu_ext');
|
||||
|
||||
if (!is_array($action_links)) $action_links = array();
|
||||
|
||||
$app = $GLOBALS['egw_info']['flags']['currentapp'];
|
||||
|
Loading…
Reference in New Issue
Block a user