enable other activity report system
This commit is contained in:
parent
1a8189c759
commit
9386b1b4cd
@ -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');
|
||||
}
|
Loading…
Reference in New Issue
Block a user