diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index cae42fd3..77607f4a 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -38,7 +38,8 @@ class ControleurAjaxavenantretrait extends Controleurrequete $garantiescollegecps = $this->police->getGarantiesCollegesCP($idPolice); */ - $pdf = new FPDF_Protection(); + // $pdf = new FPDF_Protection(); + $pdf = new FPDF(); $pdf->SetProtection(array('print')); $pdf->AliasNbPages(); $pdf->AddPage();