X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Ffpdi%2Fdecoders%2FASCII85Decode.php;h=48be3ca6bb06f22fe5ac917bef2fc70df70a88c2;hb=19ddc3939071044c8e94b628f1d6a039f50cc493;hp=1f9492c143e45f8859f6c0a0dd5696405523f73a;hpb=f8219593c85e1020093b93972386fd477675504f;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; }