diff --git a/resources/fpdf/fpdf.php b/resources/fpdf/fpdf.php index 859db60300..c64e9a92d7 100644 --- a/resources/fpdf/fpdf.php +++ b/resources/fpdf/fpdf.php @@ -73,7 +73,7 @@ var $PDFVersion; // PDF version number * Public methods * * * *******************************************************************************/ -function FPDF($orientation='P', $unit='mm', $size='A4') +function __construct($orientation='P', $unit='mm', $size='A4') { // Some checks $this->_dochecks();