X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Fincludes%2Ffpdi%2Fpdf_context.php;h=703b5aa5b577baee2d8e96e505d73fba740074f1;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=ce0b0e0c2c2d80f9bc1805792dcc1e5379e0c067;hpb=72ec20431b29b8d702faecf81f50016679ec4405;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(); }