PHP7 compatibility fixes.
[fa-stable.git] / reporting / includes / fpdi / decoders / ASCII85Decode.php
index 1f9492c143e45f8859f6c0a0dd5696405523f73a..48be3ca6bb06f22fe5ac917bef2fc70df70a88c2 100644 (file)
@@ -28,7 +28,7 @@ if (!defined("ORD_tilde"))
 
 class ASCII85Decode {
 
-    function ASCII85Decode(&$fpdi) {
+    function __construct(&$fpdi) {
         $this->fpdi =& $fpdi;
     }