diff --git a/module/form/form.php b/module/form/form.php index 91ef697..65e1eed 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -576,7 +576,7 @@ class form extends common { $notice = $text[6].' MAX_FILE_SIZE : 5Mo'; break; default: - $notice = $text[8]; + $notice = ''; } } }