From 3e0b3aecd0e2b00d67c223e2d51da31389d5bf1b Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Tue, 27 Jun 2017 10:27:25 +0200 Subject: [PATCH] php7-fix --- include/xslfo2pdf/fpdf/myfpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 include/xslfo2pdf/fpdf/myfpdf.php diff --git a/include/xslfo2pdf/fpdf/myfpdf.php b/include/xslfo2pdf/fpdf/myfpdf.php old mode 100644 new mode 100755 index 80ab014b5..92941a624 --- a/include/xslfo2pdf/fpdf/myfpdf.php +++ b/include/xslfo2pdf/fpdf/myfpdf.php @@ -46,7 +46,7 @@ class MyPdf extends FPDF { function __construct($orientation='P',$unit='mm',$format='A4') { //Call parent constructor - $this->FPDF($orientation,$unit,$format); + parent::__construct($orientation,$unit,$format); } /**