update to activity report v2
This commit is contained in:
parent
9be9f44757
commit
7d4a8f4e51
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ dcCore::app()->url->register(
|
|||
);
|
||||
|
||||
// Add to report on plugin activityReport
|
||||
if (defined('ACTIVITY_REPORT')) {
|
||||
if (defined('ACTIVITY_REPORT_V2')) {
|
||||
require_once __DIR__ . '/inc/lib.zcfs.activityreport.php';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue