X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Ffpdi%2Fpdf_context.php;fp=reporting%2Fincludes%2Ffpdi%2Fpdf_context.php;h=703b5aa5b577baee2d8e96e505d73fba740074f1;hb=8b9b2d78cd89f090b486e749396cb5eabd693527;hp=ce0b0e0c2c2d80f9bc1805792dcc1e5379e0c067;hpb=e6c89f21df1c1d6742a7e335e6e0fc2c958a7a29;p=fa-stable.git diff --git a/reporting/includes/fpdi/pdf_context.php b/reporting/includes/fpdi/pdf_context.php index ce0b0e0c..703b5aa5 100644 --- a/reporting/includes/fpdi/pdf_context.php +++ b/reporting/includes/fpdi/pdf_context.php @@ -28,7 +28,7 @@ class pdf_context { // Constructor - function pdf_context($f) { + function __construct($f) { $this->file = $f; $this->reset(); }