enable other activity report system

master
Jean-Christian Paul Denis 2021-09-03 21:35:13 +02:00
parent 1a8189c759
commit 9386b1b4cd
1 changed files with 11 additions and 9 deletions

View File

@ -20,6 +20,7 @@ $__autoload['activityReport'] = $d . 'class.activity.report.php';
$__autoload['activityReportBehaviors'] = $d . 'class.activity.report.behaviors.php';
try {
if (!defined('ACTIVITY_REPORT')) {
$core->activityReport = new activityReport($core);
$core->url->register(
@ -32,6 +33,7 @@ try {
define('ACTIVITY_REPORT', true);
activityReportBehaviors::registerBehaviors($core);
}
} catch (Exception $e) {
//throw new Exception('Failed to launch activityReport');
}