diff --git a/Controleur/ControleurRechercheprestations.php b/Controleur/ControleurRechercheprestations.php index 9bc02a63..030aba0f 100755 --- a/Controleur/ControleurRechercheprestations.php +++ b/Controleur/ControleurRechercheprestations.php @@ -34,6 +34,8 @@ class ControleurRechercheprestations extends Controleur { if(!empty($_POST)) // if (isset($_POST['numeroBeneficiaire'])) { + $csrf_token = trim($this->requete->getParametreFormulaire("csrf_token")); + $numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire")); $numeroAdherent = trim($this->requete->getParametreFormulaire('numeroAdherent')); $nomBeneficiaire = trim($this->requete->getParametreFormulaire('nomBeneficiaire'));