From: Joe Hunt Date: Mon, 9 Apr 2018 07:39:12 +0000 (+0200) Subject: report_classes.inc - Parameter must be an array fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=aae35509fd8348f9e2c26ea923c8b2f3934dc793;p=fa-stable.git report_classes.inc - Parameter must be an array fixed. --- diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index c872cef0..96134f95 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -26,7 +26,7 @@ class BoxReports var $ar_reports; var $ctrl_handlers = array(); - function ReportClasses() + function __construct() { $this->ar_classes = array(); }