From 5058f0b329f56cb07014e36fc2b9752a6edf5e28 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 25 Jun 2026 17:47:34 +0000 Subject: [PATCH] a --- Controleur/ControleurRecherche.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Controleur/ControleurRecherche.php b/Controleur/ControleurRecherche.php index a42b88c..d38807a 100755 --- a/Controleur/ControleurRecherche.php +++ b/Controleur/ControleurRecherche.php @@ -201,11 +201,16 @@ class ControleurRecherche extends Controleur { } else { - $beneficiaires = $this->beneficiaire->getBeneficiaireVide(); - } + echo "avant getBeneficiaireVide"; + - var_dump($beneficiaires); - return; + $beneficiaires = $this->beneficiaire->getBeneficiaireVide(); + + echo '
'; + echo "après getBeneficiaireVide"; + exit(); + + } } else {