Update fpdf.php

This commit is contained in:
FusionPBX
2018-12-10 12:34:26 -07:00
committed by GitHub
parent 60653d279b
commit c425c46163
+1 -1
View File
@@ -73,7 +73,7 @@ var $PDFVersion; // PDF version number
* Public methods * * Public methods *
* * * *
*******************************************************************************/ *******************************************************************************/
function FPDF($orientation='P', $unit='mm', $size='A4') function __construct($orientation='P', $unit='mm', $size='A4')
{ {
// Some checks // Some checks
$this->_dochecks(); $this->_dochecks();