PHP7 compatibility fixes.
[fa-stable.git] / reporting / includes / reports_classes.inc
index 647209f8224a99e46b92fa4c1a19964f99c4ecfb..0a67200324dd35da81983a585cc5e3e3407b18fe 100644 (file)
@@ -462,7 +462,7 @@ class Report
        var $ar_params;
        var $controls;
        
-       function Report($id, $name, $ar_params = null)
+       function __construct($id, $name, $ar_params = null)
        {
                $this->id = $id;
                $this->name = $name;