fix: scrutinizer

This commit is contained in:
Florian HENRY 2021-10-21 17:10:39 +02:00
parent 4795190a75
commit f66f5cbfb8

View File

@ -46,6 +46,8 @@
*/
function ajax_autocompleter($selected, $htmlname, $url, $urloption = '', $minLength = 2, $autoselect = 0, $ajaxoptions = array(), $moreparams = '')
{
global $conf;
if (empty($minLength)) {
$minLength = 1;
}