FIX: travis

This commit is contained in:
Marc de Lima Lucio 2018-03-21 16:23:28 +01:00
parent 744c263c6c
commit 08fcd67e0f

View File

@ -1627,7 +1627,7 @@ function left_menu($menu_array_before, $helppagename='', $notused='', $menu_arra
if ($conf->use_javascript_ajax && empty($conf->global->MAIN_USE_OLD_SEARCH_FORM))
{
$searchform.=$form->selectArrayFilter('searchselectcombo', $arrayresult, $selected, '', 1, 0, 1, 'vmenusearchselectcombo' , 1, $langs->trans("Search"), 1);
$searchform.=$form->selectArrayFilter('searchselectcombo', $arrayresult, $selected, '', 1, 0, 1, 'vmenusearchselectcombo', 1, $langs->trans("Search"), 1);
}
else
{