oops y'avais un var_dump en trop

This commit is contained in:
Yasder5 2026-02-11 18:25:39 +01:00
parent 7ea2d1add5
commit 3d50436f38

View file

@ -146,7 +146,6 @@ class UserCtrl extends MotherCtrl {
}
// Affichage de la vue inscription
var_dump($arrError);
$this->_arrData["arrError"] = $arrError;
$this->_display("inscription");
}