update to activity report v2

This commit is contained in:
Jean-Christian Paul Denis 2022-11-18 21:28:09 +01:00
parent 9be9f44757
commit 7d4a8f4e51
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -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';
}