From 8dfdc4761e3674884521b6c8da8b67e534a457c2 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 24 Feb 2021 11:49:37 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02844=20Fix=20Impact=20Analysis=20pdf=20e?= =?UTF-8?q?xport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/application/WebPage/PDFPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/application/WebPage/PDFPage.php b/sources/application/WebPage/PDFPage.php index 1a78d797a..8b9c82655 100644 --- a/sources/application/WebPage/PDFPage.php +++ b/sources/application/WebPage/PDFPage.php @@ -29,7 +29,7 @@ class PDFPage extends WebPage public function __construct($s_title, $sPageFormat = 'A4', $sPageOrientation = 'L') { parent::__construct($s_title); - define(K_PATH_FONTS, APPROOT.'lib/combodo/tcpdf/fonts'); + define('K_PATH_FONTS', APPROOT.'lib/combodo/tcpdf/fonts/'); $this->oPdf = new iTopPDF($sPageOrientation, 'mm', $sPageFormat, true, self::PAGES_CHARSET, false); // set document information