fix autoload
This commit is contained in:
parent
b6a157abb7
commit
ede4975b86
1 changed files with 4 additions and 2 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Reference in a new issue