mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
fix: travis CI (#29883)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user