|
|
|
@ -91,10 +91,10 @@ class VisitorController {
|
|
|
|
|
|
|
|
|
|
$name=$_POST['name'];
|
|
|
|
|
|
|
|
|
|
Validation::val_creation_Liste_PV($nomListe, $arrayErrorViews);
|
|
|
|
|
Validation::val_intitule($name, $dVueEreur);
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
$model= new MdlList();
|
|
|
|
|
$model= new MdlListe();
|
|
|
|
|
|
|
|
|
|
$model->insert($name, false, null);
|
|
|
|
|
}
|
|
|
|
|