X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Freports_classes.inc;h=0a67200324dd35da81983a585cc5e3e3407b18fe;hb=19ddc3939071044c8e94b628f1d6a039f50cc493;hp=647209f8224a99e46b92fa4c1a19964f99c4ecfb;hpb=f8219593c85e1020093b93972386fd477675504f;p=fa-stable.git diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index 647209f8..0a672003 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -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;