Update fpdf.php

This commit is contained in:
FusionPBX 2018-12-10 12:34:26 -07:00 committed by GitHub
parent 78389fee4f
commit 762e4ba7d2
1 changed files with 1 additions and 1 deletions

View File

@ -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();