X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Ffpdi%2Fdecoders%2FASCII85Decode.php;h=48be3ca6bb06f22fe5ac917bef2fc70df70a88c2;hb=ab24fcc549bb72e495fb85e5dcad41bc14d85b7d;hp=1f9492c143e45f8859f6c0a0dd5696405523f73a;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/reporting/includes/fpdi/decoders/ASCII85Decode.php b/reporting/includes/fpdi/decoders/ASCII85Decode.php index 1f9492c1..48be3ca6 100644 --- a/reporting/includes/fpdi/decoders/ASCII85Decode.php +++ b/reporting/includes/fpdi/decoders/ASCII85Decode.php @@ -28,7 +28,7 @@ if (!defined("ORD_tilde")) class ASCII85Decode { - function ASCII85Decode(&$fpdi) { + function __construct(&$fpdi) { $this->fpdi =& $fpdi; }