From 46c4ff209af575ce594f9c0d1e5668320fe60d60 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 8 Feb 2026 02:17:00 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index d93dc14..3093973 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -29,8 +29,11 @@ class ControleurRechercheparcarte extends Controleur { public function index($donneesCarte="", $msgErreur=null) { - var_dump($msgErreur); - exit(); + if (isset($msgErreur)) + { + var_dump($msgErreur); + exit(); + } $this->beneficiaire->getModeBiometrie();