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