Fixed error message 'dhtmlxmenu_ext.js required'

This commit is contained in:
Andreas Stöckel 2011-06-25 15:45:10 +00:00
parent 644f7729e3
commit 823a6014ef

View File

@ -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'];