X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Ffpdi%2Fdecoders%2FLZWDecode.php;h=027cde862922158a1017cd76d4704b4b42300a01;hb=19ddc3939071044c8e94b628f1d6a039f50cc493;hp=59d1b487f8b767915fc69f599a3cc70c4e182be9;hpb=f8219593c85e1020093b93972386fd477675504f;p=fa-stable.git diff --git a/reporting/includes/fpdi/decoders/LZWDecode.php b/reporting/includes/fpdi/decoders/LZWDecode.php index 59d1b487..027cde86 100644 --- a/reporting/includes/fpdi/decoders/LZWDecode.php +++ b/reporting/includes/fpdi/decoders/LZWDecode.php @@ -29,7 +29,7 @@ class LZWDecode { var $nextBits = 0; var $andTable = array(511, 1023, 2047, 4095); - function LZWDecode(&$fpdi) { + function __construct(&$fpdi) { $this->fpdi =& $fpdi; }