From ede4975b86df477a11ad744cb431c28af082a7ea Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Wed, 30 Nov 2022 22:34:00 +0100 Subject: [PATCH] fix autoload --- _prepend.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_prepend.php b/_prepend.php index 8e03c84..c11b6a7 100644 --- a/_prepend.php +++ b/_prepend.php @@ -14,8 +14,10 @@ if (!defined('DC_RC_PATH')) { return null; } -Clearbricks::lib()->autoload(['activityReport' => __DIR__ . '/inc/class.activity.report.php']); -Clearbricks::lib()->autoload(['activityReportBehaviors' => __DIR__ . '/inc/class.activity.report.behaviors.php']); +Clearbricks::lib()->autoload([ + 'activityReport' => __DIR__ . '/inc/class.activity.report.php', + 'activityReportBehaviors' => __DIR__ . '/inc/class.activity.report.behaviors.php', +]); try { if (!defined('ACTIVITY_REPORT_V2')) {