Skip to content
Snippets Groups Projects
Commit d0f9c5ce authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #7872 encode application name

parent f68a2a8a
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ class PrintControler extends PrintFunctions
$pdf->SetFont('Arial','B',11);
//APPLICATION NAME
$pdf->Cell(140,5,$_SESSION['config']['applicationname'],0,0, 'L', false);
$pdf->Cell(140,5, utf8_decode($_SESSION['config']['applicationname']),0,0, 'L', false);
$pdf->SetFont('Arial','',10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment