diff --git a/_prepend.php b/_prepend.php index 0ec0a7e..c679edd 100644 --- a/_prepend.php +++ b/_prepend.php @@ -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'; }