forked from ZwiiCMS-Team/ZwiiCMS
var_dump dans la notification
This commit is contained in:
parent
69109e7e51
commit
c753280771
@ -2092,7 +2092,6 @@ class common
|
|||||||
if (common::$inputNotices) {
|
if (common::$inputNotices) {
|
||||||
$notification = 'Impossible de soumettre le formulaire, car il contient des erreurs';
|
$notification = 'Impossible de soumettre le formulaire, car il contient des erreurs';
|
||||||
$notificationClass = 'notificationError';
|
$notificationClass = 'notificationError';
|
||||||
var_dump(common::$inputNotices);
|
|
||||||
}
|
}
|
||||||
if (common::$coreNotices) {
|
if (common::$coreNotices) {
|
||||||
$notification = 'Données absentes, restauration de <p> | ';
|
$notification = 'Données absentes, restauration de <p> | ';
|
||||||
|
Loading…
Reference in New Issue
Block a user