report_classes.inc - Parameter must be an array fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 9 Apr 2018 07:39:12 +0000 (09:39 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 9 Apr 2018 07:39:12 +0000 (09:39 +0200)
reporting/includes/reports_classes.inc

index c872cef040735a6c6c6a307701167ed396d9c711..96134f95e21c05f6949f574566c5fed8938dd1f2 100644 (file)
@@ -26,7 +26,7 @@ class BoxReports
        var $ar_reports;
        var $ctrl_handlers = array();
 
-       function ReportClasses()
+       function __construct()
        {
                $this->ar_classes = array();
        }