core var_dump

This commit is contained in:
Fred Tempez 2022-02-09 16:03:20 +01:00
parent bc28e72aff
commit 71fcae697d
1 changed files with 0 additions and 1 deletions

View File

@ -1940,7 +1940,6 @@ class common {
$notificationClass = 'notificationSuccess';
}
if(common::$inputNotices) {
var_dump(common::$inputNotices);
$notification = 'Impossible de soumettre le formulaire, car il contient des erreurs';
$notificationClass = 'notificationError';
}