fix: travis CI (#29883)

This commit is contained in:
HENRY Florian
2024-06-07 16:18:34 +02:00
committed by GitHub
parent 71f875ce9d
commit 5142c9bfbb
2 changed files with 1 additions and 2 deletions

View File

@@ -1078,7 +1078,7 @@ class FormSetupItem
$max = $genhandler->length2;
}
$out = '<input required="required" type="password" class="flat" id="'.$this->confKey.'" name="'.$this->confKey.'" value="'.(GETPOST($this->confKey, 'alpha') ? GETPOST($this->confKey, 'alpha') : $this->fieldValue).'"';
if ($min){
if ($min) {
$out .= ' minlength="' . $min . '"';
}
if ($max) {