Fix path problem where js couldn't be found

This commit is contained in:
Nathan Gray 2010-02-09 16:34:34 +00:00
parent 3fb2b0173b
commit fc1328fae8

View File

@ -242,7 +242,7 @@ class ajax_select_widget
$options;\n
ajax_select_widget_setup('$name', '$onchange', options['$name'], '" . $GLOBALS['egw_info']['flags']['currentapp'] . "');
");
$GLOBALS['egw']->js->validate_file('', 'ajax_select', 'etemplate');
$GLOBALS['egw']->js->validate_file('.', 'ajax_select', 'etemplate');
return True; // no extra label
}