N°7059 - Symfony 6.4 - Application skeleton - sources registration

- PDFPage constructor define impact
This commit is contained in:
Benjamin Dalsass
2023-12-22 11:08:25 +01:00
parent 031c90e797
commit 2681abbeed

View File

@@ -35,7 +35,9 @@ class PDFPage extends WebPage
{
$oKpi = new ExecutionKPI();
parent::__construct($s_title);
define('K_PATH_FONTS', APPROOT.'lib/combodo/tcpdf/fonts/');
if (!defined('K_PATH_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