diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index 2e11aea..a316877 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -116,7 +116,9 @@ class ControleurRechercheparcarte extends Controleur { $this->rediriger("Fichebeneficiaire"); } - } + } + } + $this->genererVue(array('msgErreur' => $msgErreur)); }