diff --git a/Controleur/ControleurGedadherent.php b/Controleur/ControleurGedadherent.php index 0688e2a..b5e2024 100644 --- a/Controleur/ControleurGedadherent.php +++ b/Controleur/ControleurGedadherent.php @@ -41,12 +41,12 @@ class ControleurGedadherent extends Controleur { $extension = ''; if($codeNaturePiece == "AUT"){ - $libelleDocument = $this->requete->getParametreFormulaire("libelleAutre"); + $libelleType = $this->requete->getParametreFormulaire("libelleAutre"); }else{ - $libelleDocument = $this->ged->getLibelleTypeDocument($codeNaturePiece); + $libelleType = $this->ged->getLibelleTypeDocument($codeNaturePiece); } - var_dump(array($codeNaturePiece, $libelleDocument)); + var_dump(array($codeNaturePiece, $libelleType)); die(); if( !is_dir(TARGET) )