Maj module Form

Correction de form en absence de pièce jointe
This commit is contained in:
Deltacms 2022-06-04 11:03:14 +02:00
parent 19df85dbc0
commit e7867bf707
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ class form extends common {
$notice = $text[6].' MAX_FILE_SIZE : 5Mo';
break;
default:
$notice = $text[8];
$notice = '';
}
}
}