Selaa lähdekoodia

Update fpdf.php

FusionPBX 6 vuotta sitten
vanhempi
commit
f72a2a862e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      resources/fpdf/fpdf.php

+ 1 - 1
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();